wloc 1.0.1
Simple Wi-Fi geolocation library and tool
wloc.fetchers.windows.structures.WLAN_BSS_LIST Class Reference
Inheritance diagram for wloc.fetchers.windows.structures.WLAN_BSS_LIST:

Static Protected 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.windows.structures.WLAN_BSS_LIST._fields_
staticprotected
Initial value:
= [
('dwTotalSize', ctypes.wintypes.DWORD),
('dwNumberOfItems', ctypes.wintypes.DWORD),
('wlanBssEntries', WLAN_BSS_ENTRY * 1)
]