Lines Matching defs:capa
17 const struct cfg80211_pmsr_capabilities *capa = rdev->wiphy.pmsr_capa;
49 if (!(capa->ftm.preambles & BIT(preamble))) {
64 if (out->ftm.asap && !capa->ftm.asap) {
71 if (!out->ftm.asap && !capa->ftm.non_asap) {
82 if (capa->ftm.max_bursts_exponent >= 0 &&
83 out->ftm.num_bursts_exp > capa->ftm.max_bursts_exponent) {
100 if (capa->ftm.max_ftms_per_burst &&
101 (out->ftm.ftms_per_burst > capa->ftm.max_ftms_per_burst ||
115 if (out->ftm.request_lci && !capa->ftm.request_lci) {
123 if (out->ftm.request_civicloc && !capa->ftm.request_civicloc) {
131 if (out->ftm.trigger_based && !capa->ftm.trigger_based) {
140 if (out->ftm.non_trigger_based && !capa->ftm.non_trigger_based) {