Searched refs:IFM_IEEE80211_DS1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | if_media.h | 284 #define IFM_IEEE80211_DS1 5 /* Direct Sequence 1Mbps */ macro 607 { IFM_IEEE80211_DS1, "DS/1Mbps" }, \ 636 { IFM_IEEE80211_DS1, "DS1" }, \ 641 { IFM_IEEE80211_DS1, "DirectSequence/1Mbps" }, \ 655 { IFM_IEEE80211_DS1, "CCK1" }, \ 906 { IFM_IEEE80211 | IFM_IEEE80211_DS1, IF_Mbps(1) }, \
|
/freebsd/sys/net80211/ |
H A D | ieee80211.c | 2414 { 2 | IFM_IEEE80211_11B, IFM_IEEE80211_DS1 }, in ieee80211_rate2media() 2427 { 2 | IFM_IEEE80211_11G, IFM_IEEE80211_DS1 }, in ieee80211_rate2media()
|