Lines Matching refs:ftm
730 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
733 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
734 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
735 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
737 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
738 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
740 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
747 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
748 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
749 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
752 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()