Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A D_ieee80211.h228 #define IEEE80211_CHAN_108G \ macro
258 (((_c)->ic_flags & IEEE80211_CHAN_108G) == IEEE80211_CHAN_108G)
H A Dieee80211_ioctl.c1891 [IEEE80211_MODE_TURBO_G] = IEEE80211_CHAN_108G, in findchannel()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c426 case IEEE80211_CHAN_108G: in ar5111SetPowerTable()
H A Dar5112.c387 case IEEE80211_CHAN_108G: in ar5112SetPowerTable()
H A Dar5212_reset.c1642 case IEEE80211_CHAN_108G: in ar5212SetBoardValues()
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c219 FLAG(IEEE80211_CHAN_108G), in decode_flag()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c106 { HAL_MODE_11G_TURBO, IEEE80211_CHAN_108G, &regDmn2Ghz11gTurboFreq[0] },
/freebsd/sbin/ifconfig/
H A Difieee80211.c1589 else if ((_flags & IEEE80211_CHAN_108G) == IEEE80211_CHAN_108G) \