Network Utility Types. More...
Data Structures | |
struct | zos_scan_result_t |
Contains information about a scan result. More... | |
struct | zos_tls_certificates_t |
TLS certificate filenames. More... | |
Enumerations | |
enum | zos_bss_type_t { ZOS_BSS_TYPE_INFRASTRUCTURE = 0, ZOS_BSS_TYPE_ADHOC = 1, ZOS_BSS_TYPE_ANY = 2, ZOS_BSS_TYPE_UNKNOWN = -1 } |
BSS type. More... | |
enum | zos_802_11_band_t { ZOS_802_11_BAND_5GHZ = 0, ZOS_802_11_BAND_2_4GHZ = 1 } |
Frequency band. More... | |
enum | zos_security_t { ZOS_SECURITY_OPEN = 0, ZOS_SECURITY_WEP_PSK = 0x00000001, ZOS_SECURITY_WEP_SHARED = ( 0x00000001 | 0x00008000 ), ZOS_SECURITY_WPA_TKIP_PSK = ( 0x00200000 | 0x00000002 ), ZOS_SECURITY_WPA_AES_PSK = ( 0x00200000 | 0x00000004 ), ZOS_SECURITY_WPA2_AES_PSK = ( 0x00400000 | 0x00000004 ), ZOS_SECURITY_WPA2_TKIP_PSK = ( 0x00400000 | 0x00000002 ), ZOS_SECURITY_WPA2_MIXED_PSK = ( 0x00400000 | 0x00000004 | 0x00000002 ), ZOS_SECURITY_WPS_OPEN = ( 0x10000000 ), ZOS_SECURITY_WPS_SECURE = ( 0x10000000 | 0x00000004 ), ZOS_SECURITY_UNKNOWN = -1, ZOS_SECURITY_FORCE_32_BIT = 0x7fffffff } |
Security type. More... | |
Detailed Description
Network Utility Types.
Enumeration Type Documentation
enum zos_802_11_band_t |
enum zos_bss_type_t |
BSS type.
enum zos_security_t |
Security type.