Searched refs:pwr_reduction (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c7597 u8 pwr_lvl_idx, num_pwr_levels, pwr_reduction; local
7606 pwr_reduction = bss_conf->pwr_reduction;
7713 if (pwr_reduction)
7714 eirp_power = eirp_power - pwr_reduction;
7737 if (pwr_reduction)
7739 max_tx_power[pwr_lvl_idx] - pwr_reduction;
/linux-master/net/mac80211/
H A Dmlme.c2214 int *chan_pwr, int *pwr_reduction)
2274 *pwr_reduction = *pwr_constr_elem;
2276 *pwr_reduction = 0;
3268 sdata->vif.bss_conf.pwr_reduction = 0;
5036 bss_conf->pwr_reduction = *elems->pwr_constr_elem;
2210 ieee80211_find_80211h_pwr_constr(struct ieee80211_sub_if_data *sdata, struct ieee80211_channel *channel, const u8 *country_ie, u8 country_ie_len, const u8 *pwr_constr_elem, int *chan_pwr, int *pwr_reduction) argument
/linux-master/include/net/
H A Dmac80211.h667 * @pwr_reduction: power constraint of BSS.
771 u8 pwr_reduction; member in struct:ieee80211_bss_conf

Completed in 131 milliseconds