fidl_fuchsia_wlan_mlme

Enum MlmeEvent

Source
pub enum MlmeEvent {
Show 24 variants OnScanResult { result: ScanResult, }, OnScanEnd { end: ScanEnd, }, ConnectConf { resp: ConnectConfirm, }, RoamConf { conf: RoamConfirm, }, RoamStartInd { ind: RoamStartIndication, }, RoamResultInd { ind: RoamResultIndication, }, AuthenticateInd { ind: AuthenticateIndication, }, DeauthenticateConf { resp: DeauthenticateConfirm, }, DeauthenticateInd { ind: DeauthenticateIndication, }, AssociateInd { ind: AssociateIndication, }, DisassociateConf { resp: DisassociateConfirm, }, DisassociateInd { ind: DisassociateIndication, }, StartConf { resp: StartConfirm, }, StopConf { resp: StopConfirm, }, SetKeysConf { conf: SetKeysConfirm, }, EapolConf { resp: EapolConfirm, }, SignalReport { ind: SignalReportIndication, }, EapolInd { ind: EapolIndication, }, RelayCapturedFrame { result: CapturedFrameResult, }, OnChannelSwitched { info: ChannelSwitchInfo, }, OnPmkAvailable { info: PmkInfo, }, OnSaeHandshakeInd { ind: SaeHandshakeIndication, }, OnSaeFrameRx { frame: SaeFrame, }, OnWmmStatusResp { status: i32, resp: WmmStatusResponse, },
}

Variants§

§

OnScanResult

Fields

§result: ScanResult
§

OnScanEnd

Fields

§

ConnectConf

Fields

§

RoamConf

Fields

§

RoamStartInd

§

RoamResultInd

§

AuthenticateInd

§

DeauthenticateConf

§

DeauthenticateInd

§

AssociateInd

§

DisassociateConf

§

DisassociateInd

§

StartConf

Fields

§

StopConf

Fields

§

SetKeysConf

Fields

§

EapolConf

Fields

§

SignalReport

§

EapolInd

§

RelayCapturedFrame

Fields

§

OnChannelSwitched

§

OnPmkAvailable

Fields

§info: PmkInfo
§

OnSaeHandshakeInd

§

OnSaeFrameRx

Fields

§frame: SaeFrame
§

OnWmmStatusResp

Fields

§status: i32

Implementations§

Source§

impl MlmeEvent

Source

pub fn into_on_scan_result(self) -> Option<ScanResult>

Source

pub fn into_on_scan_end(self) -> Option<ScanEnd>

Source

pub fn into_connect_conf(self) -> Option<ConnectConfirm>

Source

pub fn into_roam_conf(self) -> Option<RoamConfirm>

Source

pub fn into_roam_start_ind(self) -> Option<RoamStartIndication>

Source

pub fn into_roam_result_ind(self) -> Option<RoamResultIndication>

Source

pub fn into_authenticate_ind(self) -> Option<AuthenticateIndication>

Source

pub fn into_deauthenticate_conf(self) -> Option<DeauthenticateConfirm>

Source

pub fn into_deauthenticate_ind(self) -> Option<DeauthenticateIndication>

Source

pub fn into_associate_ind(self) -> Option<AssociateIndication>

Source

pub fn into_disassociate_conf(self) -> Option<DisassociateConfirm>

Source

pub fn into_disassociate_ind(self) -> Option<DisassociateIndication>

Source

pub fn into_start_conf(self) -> Option<StartConfirm>

Source

pub fn into_stop_conf(self) -> Option<StopConfirm>

Source

pub fn into_set_keys_conf(self) -> Option<SetKeysConfirm>

Source

pub fn into_eapol_conf(self) -> Option<EapolConfirm>

Source

pub fn into_signal_report(self) -> Option<SignalReportIndication>

Source

pub fn into_eapol_ind(self) -> Option<EapolIndication>

Source

pub fn into_relay_captured_frame(self) -> Option<CapturedFrameResult>

Source

pub fn into_on_channel_switched(self) -> Option<ChannelSwitchInfo>

Source

pub fn into_on_pmk_available(self) -> Option<PmkInfo>

Source

pub fn into_on_sae_handshake_ind(self) -> Option<SaeHandshakeIndication>

Source

pub fn into_on_sae_frame_rx(self) -> Option<SaeFrame>

Source

pub fn into_on_wmm_status_resp(self) -> Option<(i32, WmmStatusResponse)>

Trait Implementations§

Source§

impl Debug for MlmeEvent

Source§

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

Formats the value using the given formatter. Read more

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
§

impl<T, D> Encode<Ambiguous1, D> for T
where D: ResourceDialect,

§

unsafe fn encode( self, _encoder: &mut Encoder<'_, D>, _offset: usize, _depth: Depth, ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
§

impl<T, D> Encode<Ambiguous2, D> for T
where D: ResourceDialect,

§

unsafe fn encode( self, _encoder: &mut Encoder<'_, D>, _offset: usize, _depth: Depth, ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
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.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. 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.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more