Home
last modified time | relevance | path

Searched refs:psd_local (Results 1 – 7 of 7) sorted by relevance

/linux/net/mac80211/
H A Dparse.c244 out = tpe->psd_local[category].power; in ieee80211_parse_tpe()
245 cnt_out = &tpe->psd_local[category].count; in ieee80211_parse_tpe()
246 N_out = &tpe->psd_local[category].n; in ieee80211_parse_tpe()
247 tpe->psd_local[category].valid = true; in ieee80211_parse_tpe()
H A Dutil.c4614 tpe->psd_local[i].valid = false; in ieee80211_clear_tpe()
4615 memset(tpe->psd_local[i].power, in ieee80211_clear_tpe()
4617 sizeof(tpe->psd_local[i].power)); in ieee80211_clear_tpe()
H A Dmlme.c1010 ieee80211_rearrange_tpe_psd(&tpe->psd_local[i], ap, used); in ieee80211_rearrange_tpe()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c340 ARRAY_SIZE(bss_info->tpe.psd_local[0].power)); in iwl_mvm_tpe_sta_cmd_data()
344 cmd->psd_pwr[i] = min(bss_info->tpe.psd_local[0].power[i], in iwl_mvm_tpe_sta_cmd_data()
/linux/include/net/
H A Dmac80211.h587 struct ieee80211_parsed_tpe_psd psd_local[2], psd_reg_client[2]; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c8332 bss_conf->tpe.psd_local[client_type].valid; in ath11k_mac_parse_tx_pwr_env()
8349 psd = &bss_conf->tpe.psd_local[client_type]; in ath11k_mac_parse_tx_pwr_env()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c11987 local_psd = &tpe->psd_local[client_type]; in ath12k_mac_parse_tx_pwr_env()