Searched refs:IFM_IEEE80211_DS2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | if_media.h | 285 #define IFM_IEEE80211_DS2 6 /* Direct Sequence 2Mbps */ macro 608 { IFM_IEEE80211_DS2, "DS/2Mbps" }, \ 637 { IFM_IEEE80211_DS2, "DS2" }, \ 642 { IFM_IEEE80211_DS2, "DirectSequence/2Mbps" }, \ 656 { IFM_IEEE80211_DS2, "CCK2" }, \ 903 { IFM_IEEE80211 | IFM_IEEE80211_DS2, IF_Mbps(2) }, \
|
/freebsd/sys/net80211/ |
H A D | ieee80211.c | 2415 { 4 | IFM_IEEE80211_11B, IFM_IEEE80211_DS2 }, in ieee80211_rate2media() 2428 { 4 | IFM_IEEE80211_11G, IFM_IEEE80211_DS2 }, in ieee80211_rate2media()
|