Searched refs:pmsr_capa (Results 1 – 5 of 5) sorted by relevance
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()184 if (out->report_ap_tsf && !rdev->wiphy.pmsr_capa->report_ap_tsf) { in pmsr_parse_peer()218 if (!rdev->wiphy.pmsr_capa) in nl80211_pmsr_start()233 if (count > rdev->wiphy.pmsr_capa->max_peers) { in nl80211_pmsr_start()248 if (!rdev->wiphy.pmsr_capa->randomize_mac_addr) { in nl80211_pmsr_start()
682 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()685 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()686 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()687 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()689 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()690 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()692 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()698 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()
1848 const struct cfg80211_pmsr_capabilities *cap = rdev->wiphy.pmsr_capa; in nl80211_send_pmsr_capa()
4677 const struct cfg80211_pmsr_capabilities *pmsr_capa; member
512 hw->wiphy->pmsr_capa = &iwl_mvm_pmsr_capa; in iwl_mvm_mac_setup_register()