Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/wireless/
Dcore.c684 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
687 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
688 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
689 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
691 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
692 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
694 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
701 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
702 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
703 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
[all …]
Dpmsr.c17 const struct cfg80211_pmsr_capabilities *capa = rdev->wiphy.pmsr_capa; in pmsr_parse_ftm()
22 if (!(rdev->wiphy.pmsr_capa->ftm.bandwidths & BIT(out->chandef.width))) { in pmsr_parse_ftm()
215 if (out->report_ap_tsf && !rdev->wiphy.pmsr_capa->report_ap_tsf) { in pmsr_parse_peer()
249 if (!rdev->wiphy.pmsr_capa) in nl80211_pmsr_start()
264 if (count > rdev->wiphy.pmsr_capa->max_peers) { in nl80211_pmsr_start()
279 if (!rdev->wiphy.pmsr_capa->randomize_mac_addr) { in nl80211_pmsr_start()
Dnl80211.c1978 const struct cfg80211_pmsr_capabilities *cap = rdev->wiphy.pmsr_capa; in nl80211_send_pmsr_capa()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h5011 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c528 hw->wiphy->pmsr_capa = &iwl_mvm_pmsr_capa; in iwl_mvm_mac_setup_register()