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

Static Private Attributes

list _fields_
 

Detailed Description

Python prototype of the WLAN_RATE_SET 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_RATE_SET._fields_
staticprivate
Initial value:
= [
('uRateSetLength', ctypes.c_ulong),
('usRateSet', ctypes.c_ushort * 126)
]