Enum nl80211_rs::Attribute[][src]

#[repr(u16)]
pub enum Attribute { IftypeExtCapa, UserRegHintType, MeshConfig, Duration, KeyCipher, HtCapabilityMask, RoamSupport, Tsid, Support0Mhz, UseMfp, KeyIdx, CsaCOffBeacon, RegIndoor, Pmkid, PeerAid, KeyDefaultTypes, FilsCacheId, RegInitiator, ExtCapa, Cqm, FreqAfter, FrameMatch, WiphyFreqHint, TxNoCckRate, CoalesceRule, RespIe, StaVlan, PortAuthorized, FilsKek, IeAssocResp, MpathInfo, AkmSuites, MaxScanPlanInterval, PrevBssid, TxRates, WiphyRetryLong, ScanSuppRates, SupportedCommands, Ack, StaWme, FilsNonces, Pid, ScanFlags, StaSupportedRates, MaxScanIeLen, VendorData, SchedScanRelativeRssi, Testdata, ScanFrequencies, RadarEvent, StaSupportP2pPs, Ie, Cookie, MaxMatchSets, MaxNumSchedScanSsids, Key, Bssid, WowlanTriggers, TimedOut, CsaCOffPresp, AclPolicy, ProtocolFeatures, StaSupportedOperClasses, Support5Mhz, ChSwitchBlockTx, P2pCtwindow, DisconnectedByAp, Generation, SchedScanMulti, VendorId, StaFlags, KeyDefault, Pmk, Bands, InactivityTimeout, ChSwitchCount, Bss, DtimPeriod, WiphyFreq, FreqBefore, LocalMeshPowerMode, WiphyTxPowerSetting, Iftype, StaAid, Addr, MpathNextHop, ApIsolate, MeasurementDurationMandatory, WiphyChannelType, MaxSchedScanIeLen, CipherSuiteGroup, OffchannelTxOk, IeProbeResp, CsaIes, NanFunc, WiphyFragThreshold, Mdid, SchedScanMatch, WantXWayHs, Pmkr0Name, HiddenSsid, ControlPortEthertype, MaxNumPmkids, RxFrameTypes, Ifname, MeshPeerAid, WiphyName, MaxApAssocSta, StaExtCapability, IeRic, BeaconInterval, RegRules, MuMimoGroupData, Unspec, BgScanPeriod, SplitWiphyDump, MacHint, ProbeResp, BssBasicRates, NanMasterPref, LocalStateChange, WiphyAntennaAvailRx, ExtCapaMask, MaxNumScanSsids, WiphyRetryShort, HandleDfs, MacAclMax, DontWaitForAck, DisableVht, MaxNumSchedScanPlans, OpmodeNotif, StatusCode, UseRrm, WiphyAntennaAvailTx, SoftwareIftypes, RxmgmtFlags, SupportMeshAuth, WpaVersions, MulticastToUnicastEnabled, SupportedIftypes, DfsRegion, VendorEvents, RegType, BssShortSlotTime, WiphyTxPowerLevel, BssHtOpmode, FreqFixed, KeyDefaultMgmt, WiphyTxqParams, StaCapability, StaPlinkState, TdlsExternalSetup, ScanSsids, ControlPort, CsaCOffsetsTx, TdlsPeerCapability, StaPlinkAction, SupportIbssRsn, P2pOppps, ScanStartTimeTsf, VendorSubcmd, WiphyAntennaTx, TxFrameTypes, AdmittedTime, MeshId, KeySeq, SchedScanInterval, FilsErpRrk, ExtFeatures, OperClass, FeatureFlags, InterfaceCombinations, RxSignalDbm, CenterFreq1, TimeoutReason, DeviceApSme, WiphyAntennaRx, RekeyData, WiphyBands, PsState, StaFlags2, ProbeRespOffload, MaxCritProtDuration, TdlsInitiator, BeaconHead, VhtCapabilityMask, ReqIe, NanMatch, Keys, Pad, BssShortPreamble, Privacy, MacAddrs, BssCtsProt, StaListenInterval, Pbss, ScanStartTimeTsfBssid, PmksaCandidate, WiphyRtsThreshold, KeyType, CipherSuitesPairwise, TdlsOperation, WiphyDynAck, Wdev, MaxCsaCounters, SchedScanRssiAdjust, SmpsMode, MaxRemainOnChannelDuration, TdlsDialogToken, SurveyInfo, CipherSuites, ChannelWidth, SupportApUapsd, ControlPortNoEncrypt, SurveyRadioStats, MgmtSubtype, ReasonCode, FrameType, KeyData, TdlsSupport, AuthType, SchedScanMaxReqs, DisableHt, MacMask, Mac, ConnFailedReason, Wiphy, MeasurementDuration, CritProtId, NetnsFd, BeaconTail, CenterFreq2, WiphyCoverageClass, VhtCapability, Ifindex, MeshSetup, Frame, WiphySelfManagedReg, StaSupportedChannels, FilsErpUsername, FilsErpNextSeqNum, UserPrio, BssSelect, McastRate, MaxScanPlanIterations, Ssid, StaInfo, AuthData, SchedScanDelay, NoackMap, MuMimoFollowMacAddr, FilsErpRealm, SocketOwner, HtCapability, MntrFlags, QosMap, TdlsAction, SchedScanPlans, RegAlpha2, WowlanTriggersSupported, }

Variants

Trait Implementations

impl Clone for Attribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Attribute
[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 Attribute
[src]

Formats the value using the given formatter. Read more

impl Into<u16> for Attribute
[src]

Performs the conversion.

impl From<u16> for Attribute
[src]

Performs the conversion.

impl ConvertFrom<u16> for Attribute
[src]

Auto Trait Implementations

impl Send for Attribute

impl Sync for Attribute