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

Static Protected Attributes

list _fields_

Detailed Description

Python prototype of the WLAN_AVAILABLE_NETWORK_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_AVAILABLE_NETWORK_LIST._fields_
staticprotected
Initial value:
= [
('dwNumberOfItems', ctypes.wintypes.DWORD),
('dwIndex', ctypes.wintypes.DWORD),
('Network', WLAN_AVAILABLE_NETWORK * 1)
]