Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_media.h283 #define IFM_IEEE80211_DS1 5 /* Direct Sequence 1Mbps */ macro
604 { IFM_IEEE80211_DS1, "DS/1Mbps" }, \
633 { IFM_IEEE80211_DS1, "DS1" }, \
638 { IFM_IEEE80211_DS1, "DirectSequence/1Mbps" }, \
652 { IFM_IEEE80211_DS1, "CCK1" }, \
901 { IFM_IEEE80211 | IFM_IEEE80211_DS1, IF_Mbps(1) }, \
/f-stack/freebsd/net80211/
H A Dieee80211.c2354 { 2 | IFM_IEEE80211_11B, IFM_IEEE80211_DS1 }, in ieee80211_rate2media()
2367 { 2 | IFM_IEEE80211_11G, IFM_IEEE80211_DS1 }, in ieee80211_rate2media()