Home
last modified time | relevance | path

Searched refs:MAX_5GHZ_CHANNEL (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h514 MAX_5GHZ_CHANNEL = CHAN_ENUM_5920, enumerator
516 MAX_5GHZ_CHANNEL = CHAN_ENUM_5885,
518 NUM_5GHZ_CHANNELS = (MAX_5GHZ_CHANNEL - MIN_5GHZ_CHANNEL + 1),
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.h55 #define REG_MAX_5GHZ_CH_FREQ channel_map[MAX_5GHZ_CHANNEL].center_freq
72 ((freq) <= channel_map[MAX_5GHZ_CHANNEL].center_freq))
95 #define FIVE_GIG_ENDING_EDGE_FREQ (channel_map_global[MAX_5GHZ_CHANNEL]. \
H A Dreg_build_chan_list.c1001 chan_enum <= MAX_5GHZ_CHANNEL; chan_enum++) { in reg_modify_chan_list_for_band()
1730 return (chan_enum >= MIN_5GHZ_CHANNEL && chan_enum <= MAX_5GHZ_CHANNEL); in reg_is_5g_enum()
4055 reg_init_chan(dst_list, 0, MAX_5GHZ_CHANNEL, 0, soc_reg); in reg_init_2g_5g_master_chan()
4407 reg_populate_band_channels(MIN_5GHZ_CHANNEL, MAX_5GHZ_CHANNEL, in reg_fill_master_channels()
5951 reg_populate_band_channels(MIN_5GHZ_CHANNEL, MAX_5GHZ_CHANNEL, in __reg_process_master_chan_list()
H A Dreg_services_common.c1333 for (idx = MAX_5GHZ_CHANNEL; idx >= 0; idx--) { in reg_calculate_max_5gh_enum()
1844 uint16_t max_chan_range = MAX_5GHZ_CHANNEL; in reg_legacy_chan_to_freq()
2912 for (i = BAND_5GHZ_START_CHANNEL; i <= MAX_5GHZ_CHANNEL; i++) { in reg_get_band_from_cur_chan_list()
3078 max_chan = MAX_5GHZ_CHANNEL; in reg_chan_band_to_freq()
3512 max_curr_num_chan = MAX_5GHZ_CHANNEL; in reg_get_channel_list_with_power()
6336 max_curr_num_chan = MAX_5GHZ_CHANNEL; in reg_get_max_tx_power_for_pwr_mode()