Enum nl80211_rs::Command[][src]

#[repr(u8)]
pub enum Command { ProbeClient, RemainOnChannel, GetStation, JoinIbss, StopNeighborhoodAreaNetwork, UpdateConnectParams, JoinOcb, StartAp, SetNoAckMap, Authenticate, GetMeshProxyPath, SetBss, GetScan, GetRegulatory, Unexpected4AddrFrame, SetKey, SetInterface, NotifyConnectionQualityMonitor, Deauthenticate, NewInterface, ChangeNeighborhoodAreaNetworkConfig, SetRegulatory, SetPowerSave, LeaveIbss, CritProtocolStop, ChannelSwitchNotify, MichaelMicFailure, DelKey, Connect, ScanAborted, GetProtocolFeatures, UnexpectedFrame, Unspecified, NewPeerCandidate, SetChannel, RadarDetect, NewStation, StartNeighborhoodAreaNetwork, TunneledDirectLinkSetupChannelSwitch, GetCoalesce, AddTxTrafficStream, TriggerScan, WiphyRegulatoryChange, GetMeshPath, PairwiseMasterKeySecurityAssociationCandidate, NewSurveyResults, SetManagementExtraInformationElement, CancelRemainOnChannel, NewMeshPath, SetBeacon, SetCoalesce, ChannelSwitch, SetQualityOfServiceMap, JoinMesh, DelMeshPath, ChannelSwitchStartedNotify, StopScheduledScan, SetMeshConfig, DelInterface, LeaveOcb, UnprotectedDeauthenticate, GetWiphy, AddNeighborhoodAreaNetworkFunction, NeighborhoodAreaNetworkMatch, DelStation, SetMulticastRate, RegisterFrame, TunneledDirectLinkSetupCancelChannelSwitch, Disconnect, SetMulticastToUnicast, AbortScan, SetStation, GetBeacon, FlushPairwiseMasterKeySecurityAssociation, TestMode, SetMacAccessControl, DelWiphy, CritProtocolStart, NewScanResults, SetWirelessDistributionSystemPeer, GetSurvey, UnprotectedDisassociate, TunneledDirectLinkSetupOperator, ScheduledScanResults, SetMeshPath, ScheduledScanStopped, Roam, RegulatoryBeaconHint, GetInterface, UpdateFastTransitionInformationElements, LeaveMesh, ConnectionFailed, FastTransitionEvent, DelPairwiseMasterKeySecurityAssociation, SetWiphyNetns, SetWakeOnWirelessLan, SetPairwiseMasterKeySecurityAssociation, Associate, FrameTxStatus, SetWiphy, Vendor, TunneledDirectLinkSetupManagement, RequestSetRegulatory, GetKey, RegisterBeacon, GetWakeOnWirelessLan, GetMeshConfig, StopP2pDevice, DelNeighborhoodAreaNetworkFunction, SetConnectionQualityMonitor, RegulatoryChange, DelTxTrafficStream, Frame, SetRekeyOffload, StopAp, SetTxBitrateMask, StartP2pDevice, Disassociate, NewKey, GetPowerSave, NewWiphy, StartScheduledScan, FrameWaitCancel, }

Variants

Trait Implementations

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Command
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Command
[src]

Formats the value using the given formatter. Read more

impl Into<u8> for Command
[src]

Performs the conversion.

impl From<u8> for Command
[src]

Performs the conversion.

impl ConvertFrom<u8> for Command
[src]

Auto Trait Implementations

impl Send for Command

impl Sync for Command