Enum nl80211rs::Commands [] [src]

pub enum Commands {
    Unspec,
    GetWiPhy,
    SetWiPhy,
    NewWiPhy,
    DelWiPhy,
    GetInterface,
    SetInterface,
    NewInterface,
    DelIntreface,
    GetKey,
    SetKey,
    NewKey,
    DelKey,
    GetBeacon,
    SetBeacon,
    StartAp,
    AliasNewBeacon,
    StopAp,
    AliasDelBeacon,
    GetStation,
    SetStation,
    NewStation,
    DelStation,
    GetMPath,
    SetMPath,
    NewMPath,
    DelMPath,
    SetBss,
    SetReg,
    ReqSetReg,
    GetMeshConfig,
    SetMeshConfig,
    SetMgmtExtraIe,
    GetReg,
    GetScan,
    TriggerScan,
    NewScanResults,
    ScanAborted,
    RegChange,
    Authenticate,
    Associate,
    Deauthenticate,
    Disassociate,
    MichaelMicFailure,
    RegBeaconHint,
    JoinIbss,
    LeaveIbss,
    TestMode,
    Connect,
    Roam,
    Disconnect,
    SetWiPhyNetNs,
    GetSurvey,
    NewSurveyResults,
    SetPmksa,
    DelPmksa,
    FlushPmksa,
    RemainOnChannel,
    CancelRemainOnChannel,
    SetTxBitrateMask,
    RegisterFrame,
    AliasRegisterAction,
    Frame,
    AliasAction,
    FrameTxStatus,
    AliasActionTxStatus,
    SetPowerSave,
    GetPowerSave,
    SetCqm,
    NotifyCqm,
    SetChannel,
    SetWdsPeer,
    FrameWaitCancel,
    JoinMesh,
    LeaveMesh,
    UnprotDeathenticate,
    UnProtDisassociate,
    NewPeerCandidate,
    GetWowLan,
    SetWowLan,
    StartSchedScan,
    StopSchedScan,
    SchedScanResults,
    SchedScanStopped,
    SetRekeyOffload,
    PmksaCandidate,
    TdlsOper,
    TdlsMgmt,
    UnexpectedFrame,
    ProbeClient,
    RegisterBeacons,
    Unexpected4AddrFrame,
    SetNoAckMap,
    ChSwitchNotify,
    StartP2pDevice,
    StopP2pDevice,
    ConnFailed,
    SetMcastRate,
    SetMacAcl,
    RadarDetect,
    GetProtocolFeatures,
    UpdateFtIes,
    FtEvent,
    CritProtocolState,
    CritProtocolStop,
    GetCoalesce,
    SetCoalesce,
    Vendor,
    SetQosMap,
    AddTxTs,
    DelTxTs,
    GetMpp,
    AfterLast,
}

Variants