How to pass authentication information(shared key ) in wlanconnect wifi function with out profil
Hello all any body having idea how to connect to secured wireless network(with out profile) using native wifi .
Thanks in advance....
Hello all any body having idea how to connect to secured wireless network(with out profile) using native wifi .
Thanks in advance....
You can pass in a temporary profile, which has the shared key, to WlanConnect().
You can look at WLAN_CONNECTION_PARAMETERS data structure for details (http://msdn2.microsoft.com/en-us/library/ms706851.aspx).
Thanks,
Yi