wloc  0.9.2
Simple Wi-Fi geolocation library and tool
wloc.fetchers.native.wlan.structures.WLAN_BSS_LIST Class Reference
Inheritance diagram for wloc.fetchers.native.wlan.structures.WLAN_BSS_LIST:

Static Private Attributes

list _fields_
 

Detailed Description

Python prototype of the WLAN_BSS_LIST structure from the
Windows Native Wi-Fi API.

MSDN: https://docs.microsoft.com/en-us/windows/win32/api/wlanapi/

Member Data Documentation

◆ _fields_

list wloc.fetchers.native.wlan.structures.WLAN_BSS_LIST._fields_
staticprivate
Initial value:
= [
('dwTotalSize', ctypes.wintypes.DWORD),
('dwNumberOfItems', ctypes.wintypes.DWORD),
('wlanBssEntries', WLAN_BSS_ENTRY * 1)
]