Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A D_ieee80211.h302 #define IEEE80211_IS_CHAN_HTG(_c) \ macro
H A Dieee80211_phy.c384 else if (IEEE80211_IS_CHAN_HTG(c)) in ieee80211_get_ratetable()
H A Dieee80211.c201 if (IEEE80211_IS_CHAN_HTG(c)) in ieee80211_chan_init()
2245 } else if (IEEE80211_IS_CHAN_HTG(chan)) { in media_status()
2347 else if (IEEE80211_IS_CHAN_HTG(chan)) in ieee80211_chan2mode()
H A Dieee80211_ioctl.c1974 return (IEEE80211_IS_CHAN_HTG(c)); in check_mode_consistency()
/freebsd/sbin/ifconfig/
H A Difieee80211.c414 if (IEEE80211_IS_CHAN_HTG(c)) in chan2mode()