Desktop Functions: Smart Device Functions:
|
WlanScan (wlanapi)
C# Signature:
[DllImport("Wlanapi.dll",SetLastError=true)] VB Signature:
Declare Function WlanScan Lib "wlanapi.dll" (TODO) As TODO User-Defined Types:pDot11Ssid : Pointer to a DOT11_SSID structure. pIeData : Pointer to a WLAN_RAW_DATA structure. Alternative Managed API:Do you know one? Please contribute it! Notes:This method just tells the interface to start doing a scan. If you want to get results as they come back, you have to register a callback function. An easier way is to call this method, wait a while, then use WlanGetAvailableNetworkList Tips & Tricks:Please add some! Sample Code:C#
Guid g; Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|