Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_media.h282 #define IFM_IEEE80211_DS1 5 /* Direct Sequence 1Mbps */ macro
603 { IFM_IEEE80211_DS1, "DS/1Mbps" }, \
632 { IFM_IEEE80211_DS1, "DS1" }, \
637 { IFM_IEEE80211_DS1, "DirectSequence/1Mbps" }, \
651 { IFM_IEEE80211_DS1, "CCK1" }, \
900 { IFM_IEEE80211 | IFM_IEEE80211_DS1, IF_Mbps(1) }, \
/freebsd/sys/net80211/
H A Dieee80211.c2405 { 2 | IFM_IEEE80211_11B, IFM_IEEE80211_DS1 }, in ieee80211_rate2media()
2418 { 2 | IFM_IEEE80211_11G, IFM_IEEE80211_DS1 }, in ieee80211_rate2media()