Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dreg_services_public_struct.h497 MAX_24GHZ_CHANNEL = CHAN_ENUM_2484, enumerator
498 NUM_24GHZ_CHANNELS = (MAX_24GHZ_CHANNEL - MIN_24GHZ_CHANNEL + 1),
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_services_common.h47 #define REG_MAX_24GHZ_CH_FREQ channel_map[MAX_24GHZ_CHANNEL].center_freq
86 #define TWO_GIG_ENDING_EDGE_FREQ (channel_map_global[MAX_24GHZ_CHANNEL]. \
Dreg_build_chan_list.c1011 chan_enum <= MAX_24GHZ_CHANNEL; chan_enum++) { in reg_modify_chan_list_for_band()
4402 reg_populate_band_channels(MIN_24GHZ_CHANNEL, MAX_24GHZ_CHANNEL, in reg_fill_master_channels()
5946 reg_populate_band_channels(MIN_24GHZ_CHANNEL, MAX_24GHZ_CHANNEL, in __reg_process_master_chan_list()
Dreg_services_common.c2902 for (i = MIN_24GHZ_CHANNEL; i <= MAX_24GHZ_CHANNEL; i++) { in reg_get_band_from_cur_chan_list()
3068 max_chan = MAX_24GHZ_CHANNEL; in reg_chan_band_to_freq()