i use OpenNETCF to connect myWIFI AP, First,adapter.SetWirelessSettings("MyAP",true,"123"); It is return true; so i think AssociatedAccessPoint is MyAP,but it's not.AssociatedAccessPoint is another AP,WHY? Second, I user ConnectManager.Connect() to connect,It is return Connected.It means that i have Connect to MyAp is sucessful,Right? Third,Then what i Should do? Please Reply!