WifiSecurityType enum
Values
- none → const WifiSecurityType
- psk → const WifiSecurityType
- pskSha256 → const WifiSecurityType
- sae → const WifiSecurityType
- saeHnp → const WifiSecurityType
- saeH2e → const WifiSecurityType
- saeAuto → const WifiSecurityType
- wapi → const WifiSecurityType
- eap → const WifiSecurityType
- eapTls → const WifiSecurityType
- wep → const WifiSecurityType
- wpaPsk → const WifiSecurityType
- pskAutoPersonal → const WifiSecurityType
- dpp → const WifiSecurityType
- eapPeapMschapv2 → const WifiSecurityType
- eapPeapGtc → const WifiSecurityType
- eapTtlsMschapv2 → const WifiSecurityType
- eapPeapTls → const WifiSecurityType
- ftPsk → const WifiSecurityType
- ftSae → const WifiSecurityType
- ftEap → const WifiSecurityType
- ftEapSha384 → const WifiSecurityType
- saeExtKey → const WifiSecurityType
- wepOpen → const WifiSecurityType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WifiSecurityType> - A constant List of the values in this enum, in order of their declaration.