Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A D_ieee80211.h262 #define IEEE80211_IS_CHAN_2GHZ(_c) \ macro
305 (IEEE80211_IS_CHAN_2GHZ(_c) && \
319 (IEEE80211_IS_CHAN_2GHZ(_c) && \
336 (IEEE80211_IS_CHAN_2GHZ(_c) && \
H A Dieee80211_regdomain.c303 else if (IEEE80211_IS_CHAN_2GHZ(ic->ic_bsschan)) in ieee80211_alloc_countryie()
H A Dieee80211_node.c1005 if (IEEE80211_IS_CHAN_2GHZ(ni->ni_chan)) { in ieee80211_sta_join()
1835 if (IEEE80211_IS_CHAN_2GHZ(ni->ni_chan)) { in ieee80211_init_neighbor()
H A Dieee80211_sta.c1859 if (IEEE80211_IS_CHAN_2GHZ(ni->ni_chan)) { in sta_recv_mgmt()
H A Dieee80211_output.c2601 IEEE80211_IS_CHAN_2GHZ(chan)) in ieee80211_getcapinfo()
2779 IEEE80211_IS_CHAN_2GHZ(ic->ic_curchan)) in ieee80211_send_mgmt()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c950 if (IEEE80211_IS_CHAN_2GHZ(chan)) { in ar9300_selfgen_tpc_reg_write()
1618 if (IEEE80211_IS_CHAN_2GHZ(curchan)) { in ar9300_ant_swcom_sel()
2577 if (IEEE80211_IS_CHAN_2GHZ(chan)) { in ar9300_eeprom_set_power_per_rate_table()
2584 if (IEEE80211_IS_CHAN_2GHZ(chan)) { in ar9300_eeprom_set_power_per_rate_table()
2633 if (IEEE80211_IS_CHAN_2GHZ(chan)) { in ar9300_eeprom_set_power_per_rate_table()
2682 if (IEEE80211_IS_CHAN_2GHZ(chan)) { in ar9300_eeprom_set_power_per_rate_table()
2715 i, freq, IEEE80211_IS_CHAN_2GHZ(chan), in ar9300_eeprom_set_power_per_rate_table()
2978 if (IEEE80211_IS_CHAN_2GHZ(chan)) { in ar9300_eeprom_set_transmit_power()
3271 p_modal = &(eep->modal_header[IEEE80211_IS_CHAN_2GHZ(chan)]); in ar9300_eeprom_set_addac()
3305 if (IEEE80211_IS_CHAN_2GHZ(chan)) { in ar9300_eeprom_set_addac()
[all …]
H A Dar9300_paprd.c53 int is_2g = IEEE80211_IS_CHAN_2GHZ(chan); in ar9300_paprd_setup_single_table()
446 int is_2g = IEEE80211_IS_CHAN_2GHZ(chan); in ar9300_enable_paprd()
H A Dar9300_reset.c4425 is_2g = IEEE80211_IS_CHAN_2GHZ(chan); in First_NFCal()
4462 if (IEEE80211_IS_CHAN_2GHZ(chan)) in First_NFCal()
4562 ar9300_mci_2g5g_changed(ah, IEEE80211_IS_CHAN_2GHZ(chan)); in ar9300_reset()
5398 if (IEEE80211_IS_CHAN_2GHZ((AH_PRIVATE(ah)->ah_curchan)) && AR_SREV_SCORPION(ah)) { in ar9300_reset()