Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dpower.c316 ARRAY_SIZE(link->tpe.psd_local[0].power)); in iwl_mld_tpe_sta_cmd_data()
320 cmd->psd_pwr[i] = min(link->tpe.psd_local[0].power[i], in iwl_mld_tpe_sta_cmd_data()
/freebsd/sys/contrib/dev/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()
/freebsd/sys/contrib/dev/rtw89/
H A Dregd.c978 tpe_deal_with_psd(result_tpe, &parsed_tpe->psd_local[category]); in rtw89_calculate_tpe()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h278 struct ieee80211_parsed_tpe_psd psd_local[2]; member
/freebsd/sys/contrib/dev/athk/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()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c11987 local_psd = &tpe->psd_local[client_type]; in ath12k_mac_parse_tx_pwr_env()