Lines Matching refs:pmsr_capa
695 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
698 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
699 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
700 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
702 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
703 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
705 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
712 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
713 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
714 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
717 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()