本帖最后由 gapkiller 于 2010-2-6 16:10 编辑 _Wlan_StartSession()
dim $Profile[9]
$Profile[0] = ssid ; such as "my wlan"
$Profile[1] = "Infrastructure"
$Profile[2] = "Automatic"
$Profile[3] = "Open"
$Profile[4] = "WEP"
$Profile[5] = "802.1x Disabled"
$Profile[6] = "Network Key"
$Profile[7] = "13714544640"
$Profile[8] = "1"
_Wlan_SetProfile(-1, -1, $Profile)
_Wlan_Scan(-1, -1)
_Wlan_Connect(-1, -1, $Profile[0]) ;$Profile[0]即ssid
_Wlan_EndSession(-1)
codes above for your references.
If you still don't get the point , my msn:geaping@yahoo.com.cn |