Lines Matching full:ftm
774 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
777 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
778 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
779 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
781 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
782 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
784 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
791 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
792 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
793 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
796 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()