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

Static Private Attributes

list _fields_
 

Detailed Description

Python prototype of the WLAN_AVAILABLE_NETWORK 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_AVAILABLE_NETWORK._fields_
staticprivate
Initial value:
= [
('strProfileName', ctypes.c_wchar * 256),
('dot11Ssid', DOT11_SSID),
('dot11BssType', ctypes.c_uint),
('uNumberOfBssids', ctypes.c_ulong),
('bNetworkConnectable', ctypes.c_bool),
('wlanNotConnectableReason', ctypes.c_uint),
('uNumberOfPhyTypes', ctypes.c_ulong * 8),
('dot11PhyTypes', ctypes.c_uint),
('bMorePhyTypes', ctypes.c_bool),
('wlanSignalQuality', ctypes.c_ulong),
('bSecurityEnabled', ctypes.c_bool),
('dot11DefaultAuthAlgorithm', ctypes.c_uint),
('dot11DefaultCipherAlgorithm', ctypes.c_uint),
('dwFlags', ctypes.wintypes.DWORD),
('dwReserved', ctypes.wintypes.DWORD)
]