Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_media.h283 #define IFM_IEEE80211_DS2 6 /* Direct Sequence 2Mbps */ macro
604 { IFM_IEEE80211_DS2, "DS/2Mbps" }, \
633 { IFM_IEEE80211_DS2, "DS2" }, \
638 { IFM_IEEE80211_DS2, "DirectSequence/2Mbps" }, \
652 { IFM_IEEE80211_DS2, "CCK2" }, \
897 { IFM_IEEE80211 | IFM_IEEE80211_DS2, IF_Mbps(2) }, \
/freebsd/sys/net80211/
H A Dieee80211.c2406 { 4 | IFM_IEEE80211_11B, IFM_IEEE80211_DS2 }, in ieee80211_rate2media()
2419 { 4 | IFM_IEEE80211_11G, IFM_IEEE80211_DS2 }, in ieee80211_rate2media()