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

Static Protected Attributes

list _fields_
 

Detailed Description

Python prototype of the DOT11_SSID 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.DOT11_SSID._fields_
staticprotected
Initial value:
= [('uSSIDLength', ctypes.c_ulong),
('ucSSID', ctypes.c_char * 32)]