Searched refs:pmsr_capa (Results 1 – 5 of 5) sorted by relevance
695 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()698 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()699 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()700 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()702 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()703 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()705 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()712 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()713 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()714 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()[all …]
17 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()237 if (out->report_ap_tsf && !rdev->wiphy.pmsr_capa->report_ap_tsf) { in pmsr_parse_peer()271 if (!rdev->wiphy.pmsr_capa) in nl80211_pmsr_start()286 if (count > rdev->wiphy.pmsr_capa->max_peers) { in nl80211_pmsr_start()301 if (!rdev->wiphy.pmsr_capa->randomize_mac_addr) { in nl80211_pmsr_start()
2039 const struct cfg80211_pmsr_capabilities *cap = rdev->wiphy.pmsr_capa; in nl80211_send_pmsr_capa()
5115 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
472 hw->wiphy->pmsr_capa = &iwl_mvm_pmsr_capa; in iwl_mvm_mac_setup_register()