Lines Matching refs:ftm
725 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
728 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
729 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
730 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
732 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
733 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
735 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
742 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
743 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
744 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
747 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()