WlanGetNetworkBssList function wlanapi
int
WlanGetNetworkBssList(
- int hClientHandle,
- Pointer<
GUID> pInterfaceGuid, - Pointer<
DOT11_SSID> pDot11Ssid, - int dot11BssType,
- int bSecurityEnabled,
- Pointer<
NativeType> pReserved, - Pointer<
Pointer< ppWlanBssList,WLAN_BSS_LIST> >
The WlanGetNetworkBssList function retrieves a list of the basic service set (BSS) entries of the wireless network or networks on a given wireless LAN interface.
DWORD WlanGetNetworkBssList(
HANDLE hClientHandle,
const GUID *pInterfaceGuid,
const PDOT11_SSID pDot11Ssid,
DOT11_BSS_TYPE dot11BssType,
BOOL bSecurityEnabled,
PVOID pReserved,
PWLAN_BSS_LIST *ppWlanBssList
);
Implementation
int WlanGetNetworkBssList(
int hClientHandle,
Pointer<GUID> pInterfaceGuid,
Pointer<DOT11_SSID> pDot11Ssid,
int dot11BssType,
int bSecurityEnabled,
Pointer pReserved,
Pointer<Pointer<WLAN_BSS_LIST>> ppWlanBssList,
) => _WlanGetNetworkBssList(
hClientHandle,
pInterfaceGuid,
pDot11Ssid,
dot11BssType,
bSecurityEnabled,
pReserved,
ppWlanBssList,
);