Home
last modified time | relevance | path

Searched refs:IFM_IEEE80211_DS22 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dif_media.h287 #define IFM_IEEE80211_DS22 9 /* Direct Sequence 22Mbps */ macro
608 { IFM_IEEE80211_DS22, "DS/22Mbps" }, \
637 { IFM_IEEE80211_DS22, "DS22" }, \
642 { IFM_IEEE80211_DS22, "DirectSequence/22Mbps" }, \
902 { IFM_IEEE80211 | IFM_IEEE80211_DS22, IF_Mbps(22) }, \
/f-stack/freebsd/net80211/
H A Dieee80211.c2358 { 44 | IFM_IEEE80211_11B, IFM_IEEE80211_DS22 }, in ieee80211_rate2media()