= [
('strProfileName', ctypes.c_wchar * 256),
('dot11Ssid', DOT11_SSID),
('dot11BssType', ctypes.c_uint),
('uNumberOfBssids', ctypes.c_ulong),
('bNetworkConnectable', ctypes.c_bool),
('wlanNotConnectableReason', ctypes.c_uint),
('uNumberOfPhyTypes', ctypes.c_ulong * 8),
('dot11PhyTypes', ctypes.c_uint),
('bMorePhyTypes', ctypes.c_bool),
('wlanSignalQuality', ctypes.c_ulong),
('bSecurityEnabled', ctypes.c_bool),
('dot11DefaultAuthAlgorithm', ctypes.c_uint),
('dot11DefaultCipherAlgorithm', ctypes.c_uint),
('dwFlags', ctypes.wintypes.DWORD),
('dwReserved', ctypes.wintypes.DWORD)
]