Home
last modified time | relevance | path

Searched refs:MIN_5GHZ_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h512 MIN_5GHZ_CHANNEL = CHAN_ENUM_5180, enumerator
518 NUM_5GHZ_CHANNELS = (MAX_5GHZ_CHANNEL - MIN_5GHZ_CHANNEL + 1),
533 #define BAND_5GHZ_START_CHANNEL MIN_5GHZ_CHANNEL
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.h54 #define REG_MIN_5GHZ_CH_FREQ channel_map[MIN_5GHZ_CHANNEL].center_freq
71 (((freq) >= channel_map[MIN_5GHZ_CHANNEL].center_freq) && \
92 #define FIVE_GIG_STARTING_EDGE_FREQ (channel_map_global[MIN_5GHZ_CHANNEL]. \
H A Dreg_build_chan_list.c1000 for (chan_enum = MIN_5GHZ_CHANNEL; in reg_modify_chan_list_for_band()
1730 return (chan_enum >= MIN_5GHZ_CHANNEL && chan_enum <= MAX_5GHZ_CHANNEL); in reg_is_5g_enum()
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()