Home
last modified time | relevance | path

Searched refs:regMax (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_ft.c533 int8_t regMax = 0; in lim_fill_session_power_info() local
570 regMax = wlan_reg_get_channel_reg_power_for_freq( in lim_fill_session_power_info()
573 localPowerConstraint = regMax - localPowerConstraint; in lim_fill_session_power_info()
575 localPowerConstraint = regMax; in lim_fill_session_power_info()
577 mlme_obj->reg_tpc_obj.reg_max[0] = regMax; in lim_fill_session_power_info()
585 ft_session->maxTxPower = QDF_MIN(regMax, localPowerConstraint); in lim_fill_session_power_info()
602 pe_debug("Reg max: %d local pwr: %d, max tx pwr: %d", regMax, in lim_fill_session_power_info()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_process.c610 int8_t regMax = 0, maxTxPower = 0; in __sch_beacon_process_for_session() local
744 regMax = wlan_reg_get_channel_reg_power_for_freq( in __sch_beacon_process_for_session()
746 local_constraint = regMax; in __sch_beacon_process_for_session()
755 local_constraint = regMax; in __sch_beacon_process_for_session()
764 mlme_obj->reg_tpc_obj.reg_max[0] = regMax; in __sch_beacon_process_for_session()
774 pe_debug("regMax %d, local %d", regMax, in __sch_beacon_process_for_session()