Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/regulatory/inc/
Dwlan_reg_afc.h205 int32_t max_eirp_pwr; member
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_build_chan_list.c3053 uint8_t *max_eirp_pwr) in reg_fill_best_pwr_mode() argument
3068 if (*max_eirp_pwr == 0) { in reg_fill_best_pwr_mode()
3069 *max_eirp_pwr = mas_chan_list_power; in reg_fill_best_pwr_mode()
3073 (mas_chan_list_power > *max_eirp_pwr)) { in reg_fill_best_pwr_mode()
3074 *max_eirp_pwr = mas_chan_list_power; in reg_fill_best_pwr_mode()
3082 *max_eirp_pwr = mas_chan_list_power; in reg_fill_best_pwr_mode()
3089 } else if (mas_chan_list_power > *max_eirp_pwr) { in reg_fill_best_pwr_mode()
3090 *max_eirp_pwr = mas_chan_list_power; in reg_fill_best_pwr_mode()
3101 uint8_t *max_eirp_pwr) in reg_fill_best_pwr_mode() argument
3103 if (mas_chan_list_power > *max_eirp_pwr) { in reg_fill_best_pwr_mode()
[all …]
/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
Dwlan_cfg80211_afc.c1011 chan_eirp->max_eirp_pwr = in fill_host_afc_response_buffer()
/wlan-driver/fw-api/fw/
Dwmi_unified.h38069 A_UINT32 max_eirp_pwr; member