Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_media.h284 #define IFM_IEEE80211_DS5 7 /* Direct Sequence 5.5Mbps */ macro
605 { IFM_IEEE80211_DS5, "DS/5.5Mbps" }, \
634 { IFM_IEEE80211_DS5, "DS5.5" }, \
639 { IFM_IEEE80211_DS5, "DirectSequence/5.5Mbps" }, \
653 { IFM_IEEE80211_DS5, "CCK5.5" }, \
898 { IFM_IEEE80211 | IFM_IEEE80211_DS5, IF_Kbps(5500) }, \
/freebsd/sys/net80211/
H A Dieee80211.c2407 { 11 | IFM_IEEE80211_11B, IFM_IEEE80211_DS5 }, in ieee80211_rate2media()
2420 { 11 | IFM_IEEE80211_11G, IFM_IEEE80211_DS5 }, in ieee80211_rate2media()