WlanScan (wlanapi)
Last changed: -182.1.99.150

.
Summary
TODO - a short description

C# Signature:

[DllImport("Wlanapi.dll",SetLastError=true)]
public static extern uint WlanScan(IntPtr hClientHandle,ref Guid pInterfaceGuid,IntPtr pDot11Ssid,IntPtr pIeData,IntPtr pReserved);

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:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
WlanScan on MSDN