Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_media.h286 #define IFM_IEEE80211_DS22 9 /* Direct Sequence 22Mbps */ macro
607 { IFM_IEEE80211_DS22, "DS/22Mbps" }, \
636 { IFM_IEEE80211_DS22, "DS22" }, \
641 { IFM_IEEE80211_DS22, "DirectSequence/22Mbps" }, \
901 { IFM_IEEE80211 | IFM_IEEE80211_DS22, IF_Mbps(22) }, \
/freebsd/sys/net80211/
H A Dieee80211.c2409 { 44 | IFM_IEEE80211_11B, IFM_IEEE80211_DS22 }, in ieee80211_rate2media()