Home
last modified time | relevance | path

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

/linux-6.15/net/wireless/
H A Dpmsr.c15 const struct cfg80211_pmsr_capabilities *capa = rdev->wiphy.pmsr_capa; in pmsr_parse_ftm()
20 if (!(rdev->wiphy.pmsr_capa->ftm.bandwidths & BIT(out->chandef.width))) { in pmsr_parse_ftm()
243 if (out->report_ap_tsf && !rdev->wiphy.pmsr_capa->report_ap_tsf) { in pmsr_parse_peer()
277 if (!rdev->wiphy.pmsr_capa) in nl80211_pmsr_start()
292 if (count > rdev->wiphy.pmsr_capa->max_peers) { in nl80211_pmsr_start()
308 if (!rdev->wiphy.pmsr_capa->randomize_mac_addr) { in nl80211_pmsr_start()
H A Dcore.c767 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
770 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
771 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
772 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
774 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
775 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
777 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
784 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
785 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
786 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
[all …]
H A Dnl80211.c2243 const struct cfg80211_pmsr_capabilities *cap = rdev->wiphy.pmsr_capa; in nl80211_send_pmsr_capa()
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c750 struct cfg80211_pmsr_capabilities pmsr_capa; member
4041 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
5585 if (param->pmsr_capa) { in mac80211_hwsim_new_radio()
5586 data->pmsr_capa = *param->pmsr_capa; in mac80211_hwsim_new_radio()
5587 hw->wiphy->pmsr_capa = &data->pmsr_capa; in mac80211_hwsim_new_radio()
5699 param.pmsr_capa = &data->pmsr_capa; in mac80211_hwsim_get_radio()
6229 struct cfg80211_pmsr_capabilities *pmsr_capa; in hwsim_new_radio_nl() local
6231 pmsr_capa = kmalloc(sizeof(*pmsr_capa), GFP_KERNEL); in hwsim_new_radio_nl()
6232 if (!pmsr_capa) { in hwsim_new_radio_nl()
6236 param.pmsr_capa = pmsr_capa; in hwsim_new_radio_nl()
[all …]
/linux-6.15/include/net/
H A Dcfg80211.h5863 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c488 hw->wiphy->pmsr_capa = &iwl_mvm_pmsr_capa; in iwl_mvm_mac_setup_register()