Lines Matching refs:ftm
684 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
687 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
688 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
689 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
691 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
692 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
694 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
701 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
702 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
703 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
706 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()