WifiConfig_Security Enumeration
Header: #include <applibs/wificonfig.h>
Die Sicherheitsschlüsseleinstellung für ein Wi-Fi Netzwerk.
typedef enum {
WifiConfig_Security_Unknown = 0,
WifiConfig_Security_Open = 1,
WifiConfig_Security_Wpa2_Psk = 2,
WifiConfig_Security_Wpa2_EAP_TLS = 3
} WifiConfig_Security;
Werte
WifiConfig_Security_Unknown
Unbekannte Sicherheitseinstellung.
WifiConfig_Security_Open
Keine Schlüsselverwaltung.
WifiConfig_Security_Wpa2_Psk
Ein vorinstallierter WPA2-Schlüssel.
WifiConfig_Security_Wpa2_EAP_TLS
WPA2-Enterprise mit EAP-TLS.