Enum esp_wifi::wifi::AuthMethod
source · pub enum AuthMethod {
None,
WEP,
WPA,
WPA2Personal,
WPAWPA2Personal,
WPA2Enterprise,
WPA3Personal,
WPA2WPA3Personal,
WAPIPersonal,
}
Expand description
Supported Wi-Fi authentication methods.
Variants§
None
No authentication (open network).
WEP
Wired Equivalent Privacy (WEP) authentication.
WPA
Wi-Fi Protected Access (WPA) authentication.
WPA2Personal
Wi-Fi Protected Access 2 (WPA2) Personal authentication (default).
WPAWPA2Personal
WPA/WPA2 Personal authentication (supports both).
WPA2Enterprise
WPA2 Enterprise authentication.
WPA3Personal
WPA3 Personal authentication.
WPA2WPA3Personal
WPA2/WPA3 Personal authentication (supports both).
WAPIPersonal
WLAN Authentication and Privacy Infrastructure (WAPI).
Trait Implementations§
source§impl<O: Into<EnumSet<AuthMethod>>> BitAnd<O> for AuthMethod
impl<O: Into<EnumSet<AuthMethod>>> BitAnd<O> for AuthMethod
source§impl<O: Into<EnumSet<AuthMethod>>> BitOr<O> for AuthMethod
impl<O: Into<EnumSet<AuthMethod>>> BitOr<O> for AuthMethod
source§impl<O: Into<EnumSet<AuthMethod>>> BitXor<O> for AuthMethod
impl<O: Into<EnumSet<AuthMethod>>> BitXor<O> for AuthMethod
source§impl Clone for AuthMethod
impl Clone for AuthMethod
source§impl Debug for AuthMethod
impl Debug for AuthMethod
source§impl Default for AuthMethod
impl Default for AuthMethod
source§fn default() -> AuthMethod
fn default() -> AuthMethod
Returns the “default value” for a type. Read more
source§impl EnumSetTypePrivate for AuthMethod
impl EnumSetTypePrivate for AuthMethod
source§type ConstHelper = __EnumSetConstHelper
type ConstHelper = __EnumSetConstHelper
A helper type used to implement the
enum_set!
macro among other things.source§const CONST_HELPER_INSTANCE: __EnumSetConstHelper = __EnumSetConstHelper
const CONST_HELPER_INSTANCE: __EnumSetConstHelper = __EnumSetConstHelper
The instance of the
ConstHelper
.source§const ALL_BITS: Self::Repr = {transmute(0x01ff): <wifi::AuthMethod as enumset::__internal::EnumSetTypePrivate>::Repr}
const ALL_BITS: Self::Repr = {transmute(0x01ff): <wifi::AuthMethod as enumset::__internal::EnumSetTypePrivate>::Repr}
A mask of bits that are valid in the bitset.
source§const VARIANT_COUNT: u32 = 9u32
const VARIANT_COUNT: u32 = 9u32
The number of variants in the bitset.
source§fn enum_into_u32(self) -> u32
fn enum_into_u32(self) -> u32
Converts an enum of this type into its bit position.
source§unsafe fn enum_from_u32(val: u32) -> Self
unsafe fn enum_from_u32(val: u32) -> Self
Converts a bit position into an enum value.
source§impl Not for AuthMethod
impl Not for AuthMethod
source§impl PartialEq<EnumSet<AuthMethod>> for AuthMethod
impl PartialEq<EnumSet<AuthMethod>> for AuthMethod
source§impl PartialEq for AuthMethod
impl PartialEq for AuthMethod
source§impl PartialOrd for AuthMethod
impl PartialOrd for AuthMethod
source§fn partial_cmp(&self, other: &AuthMethod) -> Option<Ordering>
fn partial_cmp(&self, other: &AuthMethod) -> Option<Ordering>
source§impl<O: Into<EnumSet<AuthMethod>>> Sub<O> for AuthMethod
impl<O: Into<EnumSet<AuthMethod>>> Sub<O> for AuthMethod
impl Copy for AuthMethod
impl EnumSetType for AuthMethod
impl Eq for AuthMethod
Auto Trait Implementations§
impl Freeze for AuthMethod
impl RefUnwindSafe for AuthMethod
impl Send for AuthMethod
impl Sync for AuthMethod
impl Unpin for AuthMethod
impl UnwindSafe for AuthMethod
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)