Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_ST (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net80211/
H A D_ieee80211.h230 #define IEEE80211_CHAN_ST \ macro
254 (((_c)->ic_flags & IEEE80211_CHAN_ST) == IEEE80211_CHAN_ST)
H A Dieee80211_scan_sta.c467 [IEEE80211_MODE_STURBO_A] = IEEE80211_CHAN_ST,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c415 case IEEE80211_CHAN_ST: in ar5111SetPowerTable()
H A Dar5112.c378 case IEEE80211_CHAN_ST: in ar5112SetPowerTable()
H A Dar5212_reset.c1631 case IEEE80211_CHAN_ST: in ar5212SetBoardValues()
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c196 FLAG(IEEE80211_CHAN_ST), in decode_flag()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c102 { HAL_MODE_TURBO, IEEE80211_CHAN_ST, &regDmn5GhzTurboFreq[0] },
/freebsd/sbin/ifconfig/
H A Difieee80211.c1591 else if ((_flags & IEEE80211_CHAN_ST) == IEEE80211_CHAN_ST) \