SecurityType
Description:
[ CCode ( cprefix = "NMU_SEC_" , type_id = "nm_utils_security_type_get_type ()" ) ]
[ GIR ( name = "UtilsSecurityType" ) ]
public enum SecurityType
Describes generic security mechanisms that 802.11 access points may offer.
Used with security_valid for checking whether a given access point is
compatible with a network device.
Content:
Enum values:
- DYNAMIC_WEP - standard 802.1x is
used for authentication and generating the dynamic WEP keys automatically
- INVALID - unknown or invalid
security, placeholder and not used
- LEAP - Cisco LEAP is used for
authentication and for generating the dynamic WEP keys automatically
- NONE - unencrypted and open
- OWE - is used with Enhanced Open
- SAE - is used with WPA3 Enterprise
- STATIC_WEP - static WEP keys are
used for encryption
- WPA2_ENTERPRISE - WPA2 is
used with 802.1x authentication
- WPA2_PSK - WPA2/RSN is used with
Pre-Shared Keys (PSK)
- WPA3_SUITE_B_192 - is used
with WPA3 Enterprise Suite-B 192 bit mode.
- WPA_ENTERPRISE - WPA1 is used
with 802.1x authentication
- WPA_PSK - WPA1 is used with
Pre-Shared Keys (PSK)