Lines Matching refs:pmsr_capa
845 if (WARN_ON(wiphy->pmsr_capa && !wiphy->pmsr_capa->ftm.supported)) in wiphy_register()
848 if (wiphy->pmsr_capa && wiphy->pmsr_capa->ftm.supported) { in wiphy_register()
849 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
850 !wiphy->pmsr_capa->ftm.non_asap)) in wiphy_register()
852 if (WARN_ON(!wiphy->pmsr_capa->ftm.preambles || in wiphy_register()
853 !wiphy->pmsr_capa->ftm.bandwidths)) in wiphy_register()
855 if (WARN_ON(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
862 if (WARN_ON((wiphy->pmsr_capa->ftm.trigger_based || in wiphy_register()
863 wiphy->pmsr_capa->ftm.non_trigger_based) && in wiphy_register()
864 !(wiphy->pmsr_capa->ftm.preambles & in wiphy_register()
867 if (WARN_ON(wiphy->pmsr_capa->ftm.bandwidths & in wiphy_register()