@80211ApSecurityFlags
Description:
[ CCode ( cprefix = "NM_802_11_AP_SEC_" , has_type_id = false ) ]
[ Flags ]
public enum @80211ApSecurityFlags
802.11 access point security and authentication flags.
These flags describe the current security requirements of an access point as determined from the access point's beacon.
Content:
Enum values:
- GROUP_CCMP - AES/CCMP is
supported for group/broadcast encryption
- GROUP_TKIP - TKIP is supported
for group/broadcast encryption
- GROUP_WEP104 - 104/128-bit
WEP is supported for group/broadcast encryption
- GROUP_WEP40 - 40/64-bit WEP is
supported for group/broadcast encryption
- KEY_MGMT_802_1X - 802.1x
authentication and key management is supported
- KEY_MGMT_PSK - WPA/RSN
Pre-Shared Key encryption is supported
- NONE - the access point has no
special security requirements
- PAIR_CCMP - AES/CCMP is
supported for pairwise/unicast encryption
- PAIR_TKIP - TKIP is supported
for pairwise/unicast encryption
- PAIR_WEP104 - 104/128-bit WEP
is supported for pairwise/unicast encryption
- PAIR_WEP40 - 40/64-bit WEP is
supported for pairwise/unicast encryption