Home
last modified time | relevance | path

Searched refs:IEEE80211_IS_CHAN_HTG (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h304 #define IEEE80211_IS_CHAN_HTG(_c) \ macro
H A Dieee80211_phy.c386 else if (IEEE80211_IS_CHAN_HTG(c)) in ieee80211_get_ratetable()
H A Dieee80211.c202 if (IEEE80211_IS_CHAN_HTG(c)) in ieee80211_chan_init()
2198 } else if (IEEE80211_IS_CHAN_HTG(chan)) { in media_status()
2300 else if (IEEE80211_IS_CHAN_HTG(chan)) in ieee80211_chan2mode()
H A Dieee80211_ioctl.c1971 return (IEEE80211_IS_CHAN_HTG(c)); in check_mode_consistency()
/f-stack/tools/ifconfig/
H A Difieee80211.c415 if (IEEE80211_IS_CHAN_HTG(c)) in chan2mode()