Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c12266 total_ie_len += MAX_TX_PSD_POWER; in lim_get_tpe_ie_length()
12333 …rget, tpe_ptr[idx].ext_max_tx_power.ext_max_tx_power_local_psd.max_tx_psd_power, MAX_TX_PSD_POWER); in lim_fill_complete_tpe_ie()
12334 target += MAX_TX_PSD_POWER; in lim_fill_complete_tpe_ie()
12335 consumed += MAX_TX_PSD_POWER; in lim_fill_complete_tpe_ie()
12352 …target, tpe_ptr[idx].ext_max_tx_power.ext_max_tx_power_reg_psd.max_tx_psd_power, MAX_TX_PSD_POWER); in lim_fill_complete_tpe_ie()
12353 target += MAX_TX_PSD_POWER; in lim_fill_complete_tpe_ie()
12354 consumed += MAX_TX_PSD_POWER; in lim_fill_complete_tpe_ie()
H A Dlim_utils.h3662 #define MAX_TX_PSD_POWER 15 macro