WifiSecurityType enum

Inheritance
Available extensions

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
wepShared → const WifiSecurityType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.