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

Static Private Attributes

list _fields_
 

Detailed Description

Python prototype of the WLAN_RAW_DATA 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_RAW_DATA._fields_
staticprivate
Initial value:
= [
("dwDataSize", ctypes.wintypes.DWORD),
("DataBlob", ctypes.c_byte * 1)
]