pub enum FullmacRequest {
Show 21 variants
Query,
QueryMacSublayerSupport,
QuerySecuritySupport,
StartScan(WlanFullmacImplStartScanRequest),
Connect(WlanFullmacImplConnectRequest),
Reconnect(WlanFullmacImplReconnectRequest),
AuthResp(WlanFullmacImplAuthRespRequest),
Deauth(WlanFullmacImplDeauthRequest),
AssocResp(WlanFullmacImplAssocRespRequest),
Disassoc(WlanFullmacImplDisassocRequest),
StartBss(WlanFullmacImplStartBssRequest),
StopBss(WlanFullmacImplStopBssRequest),
SetKeys(WlanFullmacImplSetKeysRequest),
EapolTx(WlanFullmacImplEapolTxRequest),
GetIfaceCounterStats,
GetIfaceHistogramStats,
SaeHandshakeResp(WlanFullmacImplSaeHandshakeRespRequest),
SaeFrameTx(SaeFrame),
WmmStatusReq,
OnLinkStateChanged(WlanFullmacImplOnLinkStateChangedRequest),
Init,
}
Variants§
Query
QueryMacSublayerSupport
QuerySecuritySupport
StartScan(WlanFullmacImplStartScanRequest)
Connect(WlanFullmacImplConnectRequest)
Reconnect(WlanFullmacImplReconnectRequest)
AuthResp(WlanFullmacImplAuthRespRequest)
Deauth(WlanFullmacImplDeauthRequest)
AssocResp(WlanFullmacImplAssocRespRequest)
Disassoc(WlanFullmacImplDisassocRequest)
StartBss(WlanFullmacImplStartBssRequest)
StopBss(WlanFullmacImplStopBssRequest)
SetKeys(WlanFullmacImplSetKeysRequest)
EapolTx(WlanFullmacImplEapolTxRequest)
GetIfaceCounterStats
GetIfaceHistogramStats
SaeHandshakeResp(WlanFullmacImplSaeHandshakeRespRequest)
SaeFrameTx(SaeFrame)
WmmStatusReq
OnLinkStateChanged(WlanFullmacImplOnLinkStateChangedRequest)
Init
Trait Implementations§
Source§impl Clone for FullmacRequest
impl Clone for FullmacRequest
Source§fn clone(&self) -> FullmacRequest
fn clone(&self) -> FullmacRequest
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 FullmacRequest
impl Debug for FullmacRequest
Source§impl PartialEq for FullmacRequest
impl PartialEq for FullmacRequest
impl StructuralPartialEq for FullmacRequest
Auto Trait Implementations§
impl Freeze for FullmacRequest
impl RefUnwindSafe for FullmacRequest
impl Send for FullmacRequest
impl Sync for FullmacRequest
impl Unpin for FullmacRequest
impl UnwindSafe for FullmacRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§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
)