Home
last modified time | relevance | path

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

/linux-6.1.9/net/wireless/
Dcore.c690 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
693 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
694 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
695 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
697 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
698 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
700 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
707 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
708 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
709 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
[all …]
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()
235 if (out->report_ap_tsf && !rdev->wiphy.pmsr_capa->report_ap_tsf) { in pmsr_parse_peer()
269 if (!rdev->wiphy.pmsr_capa) in nl80211_pmsr_start()
284 if (count > rdev->wiphy.pmsr_capa->max_peers) { in nl80211_pmsr_start()
299 if (!rdev->wiphy.pmsr_capa->randomize_mac_addr) { in nl80211_pmsr_start()
Dnl80211.c2158 const struct cfg80211_pmsr_capabilities *cap = rdev->wiphy.pmsr_capa; in nl80211_send_pmsr_capa()
/linux-6.1.9/include/net/
Dcfg80211.h5431 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c381 hw->wiphy->pmsr_capa = &iwl_mvm_pmsr_capa; in iwl_mvm_mac_setup_register()