Enum nl80211rs::FrequencyAttr [] [src]

pub enum FrequencyAttr {
    __Invalid,
    Freq,
    Disabled,
    NoIr,
    NoIbss,
    Radar,
    MaxTxPower,
    DfsState,
    DfsTime,
    NoHt40Minus,
    NoHt40Plus,
    No80Mhz,
    No160Mhz,
    DfsCacTime,
    IndoorOnly,
    GoConcurrent,
    No20Mhz,
    No10Mhz,
    AfterLast,
}

Variants