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

Static Protected 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.windows.structures.WLAN_RAW_DATA._fields_
staticprotected
Initial value:
= [
("dwDataSize", ctypes.wintypes.DWORD),
("DataBlob", ctypes.c_byte * 1)
]