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

Static Protected Attributes

list _fields_
 

Detailed Description

Python prototype of the WLAN_INTERFACE_INFO 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_INTERFACE_INFO._fields_
staticprotected
Initial value:
= [
('InterfaceGuid', comtypes.GUID),
('strInterfaceDescription', ctypes.c_wchar * 256),
('isState', ctypes.c_uint)
]