Lines Matching refs:ftm
690 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
693 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
694 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
695 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
697 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
698 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
700 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
707 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
708 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
709 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
712 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()