Struct banjo_fuchsia_wlan_ieee80211::StatusCode
source · #[repr(C)]pub struct StatusCode(pub u16);
Tuple Fields§
§0: u16
Implementations§
source§impl StatusCode
impl StatusCode
pub const SUCCESS: Self = _
pub const REFUSED_REASON_UNSPECIFIED: Self = _
pub const TDLS_REJECTED_ALTERNATIVE_PROVIDED: Self = _
pub const TDLS_REJECTED: Self = _
pub const SECURITY_DISABLED: Self = _
pub const UNACCEPTABLE_LIFETIME: Self = _
pub const NOT_IN_SAME_BSS: Self = _
pub const REFUSED_CAPABILITIES_MISMATCH: Self = _
pub const DENIED_NO_ASSOCIATION_EXISTS: Self = _
pub const DENIED_OTHER_REASON: Self = _
pub const UNSUPPORTED_AUTH_ALGORITHM: Self = _
pub const TRANSACTION_SEQUENCE_ERROR: Self = _
pub const CHALLENGE_FAILURE: Self = _
pub const REJECTED_SEQUENCE_TIMEOUT: Self = _
pub const DENIED_NO_MORE_STAS: Self = _
pub const REFUSED_BASIC_RATES_MISMATCH: Self = _
pub const DENIED_NO_SHORT_PREAMBLE_SUPPORT: Self = _
pub const REJECTED_SPECTRUM_MANAGEMENT_REQUIRED: Self = _
pub const REJECTED_BAD_POWER_CAPABILITY: Self = _
pub const REJECTED_BAD_SUPPORTED_CHANNELS: Self = _
pub const DENIED_NO_SHORT_SLOT_TIME_SUPPORT: Self = _
pub const DENIED_NO_HT_SUPPORT: Self = _
pub const R0KH_UNREACHABLE: Self = _
pub const DENIED_PCO_TIME_NOT_SUPPORTED: Self = _
pub const REFUSED_TEMPORARILY: Self = _
pub const ROBUST_MANAGEMENT_POLICY_VIOLATION: Self = _
pub const UNSPECIFIED_QOS_FAILURE: Self = _
pub const DENIED_INSUFFICIENT_BANDWIDTH: Self = _
pub const DENIED_POOR_CHANNEL_CONDITIONS: Self = _
pub const DENIED_QOS_NOT_SUPPORTED: Self = _
pub const REQUEST_DECLINED: Self = _
pub const INVALID_PARAMETERS: Self = _
pub const REJECTED_WITH_SUGGESTED_CHANGES: Self = _
pub const STATUS_INVALID_ELEMENT: Self = _
pub const STATUS_INVALID_GROUP_CIPHER: Self = _
pub const STATUS_INVALID_PAIRWISE_CIPHER: Self = _
pub const STATUS_INVALID_AKMP: Self = _
pub const UNSUPPORTED_RSNE_VERSION: Self = _
pub const INVALID_RSNE_CAPABILITIES: Self = _
pub const STATUS_CIPHER_OUT_OF_POLICY: Self = _
pub const REJECTED_FOR_DELAY_PERIOD: Self = _
pub const DLS_NOT_ALLOWED: Self = _
pub const NOT_PRESENT: Self = _
pub const NOT_QOS_STA: Self = _
pub const DENIED_LISTEN_INTERVAL_TOO_LARGE: Self = _
pub const STATUS_INVALID_FT_ACTION_FRAME_COUNT: Self = _
pub const STATUS_INVALID_PMKID: Self = _
pub const STATUS_INVALID_MDE: Self = _
pub const STATUS_INVALID_FTE: Self = _
pub const REQUESTED_TCLAS_NOT_SUPPORTED_BY_AP: Self = _
pub const INSUFFICIENT_TCLAS_PROCESSING_RESOURCES: Self = _
pub const TRY_ANOTHER_BSS: Self = _
pub const GAS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED: Self = _
pub const NO_OUTSTANDING_GAS_REQUEST: Self = _
pub const GAS_RESPONSE_NOT_RECEIVED_FROM_SERVER: Self = _
pub const GAS_QUERY_TIMEOUT: Self = _
pub const GAS_QUERY_RESPONSE_TOO_LARGE: Self = _
pub const REJECTED_HOME_WITH_SUGGESTED_CHANGES: Self = _
pub const SERVER_UNREACHABLE: Self = _
pub const REJECTED_FOR_SSP_PERMISSIONS: Self = _
pub const REFUSED_UNAUTHENTICATED_ACCESS_NOT_SUPPORTED: Self = _
pub const INVALID_RSNE: Self = _
pub const U_APSD_COEXISTANCE_NOT_SUPPORTED: Self = _
pub const U_APSD_COEX_MODE_NOT_SUPPORTED: Self = _
pub const BAD_INTERVAL_WITH_U_APSD_COEX: Self = _
pub const ANTI_CLOGGING_TOKEN_REQUIRED: Self = _
pub const UNSUPPORTED_FINITE_CYCLIC_GROUP: Self = _
pub const CANNOT_FIND_ALTERNATIVE_TBTT: Self = _
pub const TRANSMISSION_FAILURE: Self = _
pub const REQUESTED_TCLAS_NOT_SUPPORTED: Self = _
pub const TCLAS_RESOURCES_EXHAUSTED: Self = _
pub const REJECTED_WITH_SUGGESTED_BSS_TRANSITION: Self = _
pub const REJECT_WITH_SCHEDULE: Self = _
pub const REJECT_NO_WAKEUP_SPECIFIED: Self = _
pub const SUCCESS_POWER_SAVE_MODE: Self = _
pub const PENDING_ADMITTING_FST_SESSION: Self = _
pub const PERFORMING_FST_NOW: Self = _
pub const PENDING_GAP_IN_BA_WINDOW: Self = _
pub const REJECT_U_PID_SETTING: Self = _
pub const REFUSED_EXTERNAL_REASON: Self = _
pub const REFUSED_AP_OUT_OF_MEMORY: Self = _
pub const REJECTED_EMERGENCY_SERVICES_NOT_SUPPORTED: Self = _
pub const QUERY_RESPONSE_OUTSTANDING: Self = _
pub const REJECT_DSE_BAND: Self = _
pub const TCLAS_PROCESSING_TERMINATED: Self = _
pub const TS_SCHEDULE_CONFLICT: Self = _
pub const DENIED_WITH_SUGGESTED_BAND_AND_CHANNEL: Self = _
pub const MCCAOP_RESERVATION_CONFLICT: Self = _
pub const MAF_LIMIT_EXCEEDED: Self = _
pub const MCCA_TRACK_LIMIT_EXCEEDED: Self = _
pub const DENIED_DUE_TO_SPECTRUM_MANAGEMENT: Self = _
pub const DENIED_VHT_NOT_SUPPORTED: Self = _
pub const ENABLEMENT_DENIED: Self = _
pub const RESTRICTION_FROM_AUTHORIZED_GDB: Self = _
pub const AUTHORIZATION_DEENABLED: Self = _
pub const JOIN_FAILURE: Self = _
pub const SPURIOUS_DEAUTH_OR_DISASSOC: Self = _
pub const CANCELED: Self = _
pub const ESTABLISH_RSNA_FAILURE: Self = _
Trait Implementations§
source§impl BitAnd<StatusCode> for StatusCode
impl BitAnd<StatusCode> for StatusCode
source§impl BitAndAssign<StatusCode> for StatusCode
impl BitAndAssign<StatusCode> for StatusCode
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr<StatusCode> for StatusCode
impl BitOr<StatusCode> for StatusCode
source§impl BitOrAssign<StatusCode> for StatusCode
impl BitOrAssign<StatusCode> for StatusCode
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor<StatusCode> for StatusCode
impl BitXor<StatusCode> for StatusCode
source§impl BitXorAssign<StatusCode> for StatusCode
impl BitXorAssign<StatusCode> for StatusCode
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for StatusCode
impl Clone for StatusCode
source§fn clone(&self) -> StatusCode
fn clone(&self) -> StatusCode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StatusCode
impl Debug for StatusCode
source§impl PartialEq<StatusCode> for StatusCode
impl PartialEq<StatusCode> for StatusCode
source§fn eq(&self, other: &StatusCode) -> bool
fn eq(&self, other: &StatusCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.