Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dscan.c902 s8 psd_20 = IEEE80211_RNR_TBTT_PARAMS_PSD_RESERVED; in iwl_mld_scan_cfg_channels_6g() local
931 tmp_psd_20 = scan_6ghz_params[j].psd_20; in iwl_mld_scan_cfg_channels_6g()
934 (psd_20 == in iwl_mld_scan_cfg_channels_6g()
936 psd_20 < tmp_psd_20)) in iwl_mld_scan_cfg_channels_6g()
937 psd_20 = tmp_psd_20; in iwl_mld_scan_cfg_channels_6g()
1068 cfg->v5.psd_20 = psd_20; in iwl_mld_scan_cfg_channels_6g()
1154 cfg->v5.psd_20 = in iwl_mld_scan_cmd_set_chan_params()
/linux/net/wireless/
H A Dscan.c574 entry->psd_20 = IEEE80211_RNR_TBTT_PARAMS_PSD_RESERVED; in cfg80211_parse_ap_info()
594 psd_20)) in cfg80211_parse_ap_info()
595 entry->psd_20 = tbtt_info->psd_20; in cfg80211_parse_ap_info()
604 psd_20)) in cfg80211_parse_ap_info()
605 entry->psd_20 = tbtt_info->psd_20; in cfg80211_parse_ap_info()
1025 scan_6ghz_params->psd_20 = ap->psd_20; in cfg80211_scan_6ghz()
2889 tbtt_info.psd_20 = IEEE80211_RNR_TBTT_PARAMS_PSD_RESERVED; in cfg80211_gen_reporter_rnr()
H A Dcore.h618 * @psd_20: The 20MHz PSD EIRP of the primary 20MHz channel for the reported AP
634 s8 psd_20;
616 s8 psd_20; global() member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1780 s8 psd_20 = IEEE80211_RNR_TBTT_PARAMS_PSD_RESERVED; in iwl_mvm_umac_scan_cfg_channels_v7_6g() local
1813 tmp_psd_20 = scan_6ghz_params[j].psd_20; in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1816 (psd_20 == in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1818 psd_20 < tmp_psd_20)) in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1819 psd_20 = tmp_psd_20; in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1952 cfg->v5.psd_20 = psd_20; in iwl_mvm_umac_scan_cfg_channels_v7_6g()
2489 cfg->v5.psd_20 = in iwl_mvm_scan_umac_fill_ch_p_v7()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h769 u8 psd_20; member
/linux/net/wireless/tests/
H A Dscan.c478 .psd_20 = 0, in KUNIT_ARRAY_PARAM_DESC()