Lines Matching refs:pmsr_capa
683 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
686 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
687 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
688 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
690 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
691 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
693 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
700 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
701 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
702 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
705 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()