Home
last modified time | relevance | path

Searched refs:pmsr_capa (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
H A 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 in wiphy_register()
[all...]
H A 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()
H A Dnl80211.c1983 const struct cfg80211_pmsr_capabilities *cap = rdev->wiphy.pmsr_capa; in nl80211_send_pmsr_capa()
/kernel/linux/linux-6.6/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()
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()
300 if (!rdev->wiphy.pmsr_capa->randomize_mac_addr) { in nl80211_pmsr_start()
H A Dcore.c727 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
730 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
731 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
732 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
734 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
735 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
737 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
744 if (WARN_ON((wiphy->pmsr_capa in wiphy_register()
[all...]
H A Dnl80211.c2185 const struct cfg80211_pmsr_capabilities *cap = rdev->wiphy.pmsr_capa; in nl80211_send_pmsr_capa()
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c723 struct cfg80211_pmsr_capabilities pmsr_capa; member
3900 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
5328 if (param->pmsr_capa) { in mac80211_hwsim_new_radio()
5329 data->pmsr_capa = *param->pmsr_capa; in mac80211_hwsim_new_radio()
5330 hw->wiphy->pmsr_capa = &data->pmsr_capa; in mac80211_hwsim_new_radio()
5442 param.pmsr_capa = &data->pmsr_capa; in mac80211_hwsim_get_radio()
5809 static int parse_pmsr_capa(const struct nlattr *pmsr_capa, struc argument
5969 struct cfg80211_pmsr_capabilities *pmsr_capa; hwsim_new_radio_nl() local
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h4871 * @pmsr_capa: peer measurement capabilities
5014 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h5400 * @pmsr_capa: peer measurement capabilities
5568 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c527 hw->wiphy->pmsr_capa = &iwl_mvm_pmsr_capa; in iwl_mvm_mac_setup_register()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c438 hw->wiphy->pmsr_capa = &iwl_mvm_pmsr_capa; in iwl_mvm_mac_setup_register()

Completed in 86 milliseconds