Struct ReasonCode

Source
#[repr(C)]
pub struct ReasonCode(pub u16);

Tuple Fields§

§0: u16

Implementations§

Source§

impl ReasonCode

Source

pub const UNSPECIFIED_REASON: Self

Source

pub const INVALID_AUTHENTICATION: Self

Source

pub const LEAVING_NETWORK_DEAUTH: Self

Source

pub const REASON_INACTIVITY: Self

Source

pub const NO_MORE_STAS: Self

Source

pub const INVALID_CLASS2_FRAME: Self

Source

pub const INVALID_CLASS3_FRAME: Self

Source

pub const LEAVING_NETWORK_DISASSOC: Self

Source

pub const NOT_AUTHENTICATED: Self

Source

pub const UNACCEPTABLE_POWER_CAPABILITY: Self

Source

pub const UNACCEPTABLE_SUPPORTED_CHANNELS: Self

Source

pub const BSS_TRANSITION_DISASSOC: Self

Source

pub const REASON_INVALID_ELEMENT: Self

Source

pub const MIC_FAILURE: Self

Source

pub const FOURWAY_HANDSHAKE_TIMEOUT: Self

Source

pub const GK_HANDSHAKE_TIMEOUT: Self

Source

pub const HANDSHAKE_ELEMENT_MISMATCH: Self

Source

pub const REASON_INVALID_GROUP_CIPHER: Self

Source

pub const REASON_INVALID_PAIRWISE_CIPHER: Self

Source

pub const REASON_INVALID_AKMP: Self

Source

pub const UNSUPPORTED_RSNE_VERSION: Self

Source

pub const INVALID_RSNE_CAPABILITIES: Self

Source

pub const IEEE802_1_X_AUTH_FAILED: Self

Source

pub const REASON_CIPHER_OUT_OF_POLICY: Self

Source

pub const TDLS_PEER_UNREACHABLE: Self

Source

pub const TDLS_UNSPECIFIED_REASON: Self

Source

pub const SSP_REQUESTED_DISASSOC: Self

Source

pub const NO_SSP_ROAMING_AGREEMENT: Self

Source

pub const BAD_CIPHER_OR_AKM: Self

Source

pub const NOT_AUTHORIZED_THIS_LOCATION: Self

Source

pub const SERVICE_CHANGE_PRECLUDES_TS: Self

Source

pub const UNSPECIFIED_QOS_REASON: Self

Source

pub const NOT_ENOUGH_BANDWIDTH: Self

Source

pub const MISSING_ACKS: Self

Source

pub const EXCEEDED_TXOP: Self

Source

pub const STA_LEAVING: Self

Source

pub const END_TS_BA_DLS: Self

Source

pub const UNKNOWN_TS_BA: Self

Source

pub const TIMEOUT: Self

Source

pub const PEERKEY_MISMATCH: Self

Source

pub const PEER_INITIATED: Self

Source

pub const AP_INITIATED: Self

Source

pub const REASON_INVALID_FT_ACTION_FRAME_COUNT: Self

Source

pub const REASON_INVALID_PMKID: Self

Source

pub const REASON_INVALID_MDE: Self

Source

pub const REASON_INVALID_FTE: Self

Source

pub const MESH_PEERING_CANCELED: Self

Source

pub const MESH_MAX_PEERS: Self

Source

pub const MESH_CONFIGURATION_POLICY_VIOLATION: Self

Source

pub const MESH_CLOSE_RCVD: Self

Source

pub const MESH_MAX_RETRIES: Self

Source

pub const MESH_CONFIRM_TIMEOUT: Self

Source

pub const MESH_INVALID_GTK: Self

Source

pub const MESH_INCONSISTENT_PARAMETERS: Self

Source

pub const MESH_INVALID_SECURITY_CAPABILITY: Self

Source

pub const MESH_PATH_ERROR_NO_PROXY_INFORMATION: Self

Source

pub const MESH_PATH_ERROR_NO_FORWARDING_INFORMATION: Self

Source

pub const MESH_PATH_ERROR_DESTINATION_UNREACHABLE: Self

Source

pub const MAC_ADDRESS_ALREADY_EXISTS_IN_MBSS: Self

Source

pub const MESH_CHANNEL_SWITCH_REGULATORY_REQUIREMENTS: Self

Source

pub const MESH_CHANNEL_SWITCH_UNSPECIFIED: Self

Source

pub const FW_RX_STALLED: Self

Source

pub const FW_HIGH_WME_RX_ERR_RATE: Self

Trait Implementations§

Source§

impl BitAnd for ReasonCode

Source§

type Output = ReasonCode

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAndAssign for ReasonCode

Source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
Source§

impl BitOr for ReasonCode

Source§

type Output = ReasonCode

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOrAssign for ReasonCode

Source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
Source§

impl BitXor for ReasonCode

Source§

type Output = ReasonCode

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXorAssign for ReasonCode

Source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
Source§

impl Clone for ReasonCode

Source§

fn clone(&self) -> ReasonCode

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ReasonCode

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for ReasonCode

Source§

fn eq(&self, other: &ReasonCode) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for ReasonCode

Source§

impl Eq for ReasonCode

Source§

impl StructuralPartialEq for ReasonCode

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.