Lines Matching refs:cca_event

4901 			const cca_chan_qual_event_t *cca_event =  in wl_show_host_event()  local
4903 if ((cca_event->id == WL_CHAN_QUAL_FULLPM_CCA) || in wl_show_host_event()
4904 (cca_event->id == WL_CHAN_QUAL_FULLPM_CCA_OFDM_DESENSE)) { in wl_show_host_event()
4906 (const cca_only_chan_qual_event_t *)cca_event; in wl_show_host_event()
4912 (int)reason, (int)auth_type, cca_event->chanspec)); in wl_show_host_event()
4933 if (cca_event->id == WL_CHAN_QUAL_FULLPM_CCA_OFDM_DESENSE) { in wl_show_host_event()
4938 } else if (cca_event->id == WL_CHAN_QUAL_FULL_CCA) { in wl_show_host_event()
4944 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
4945 cca_event->cca_busy_ext.duration, in wl_show_host_event()
4946 cca_event->cca_busy_ext.congest_ibss, in wl_show_host_event()
4947 cca_event->cca_busy_ext.congest_obss, in wl_show_host_event()
4948 cca_event->cca_busy_ext.interference, in wl_show_host_event()
4949 cca_event->cca_busy_ext.timestamp)); in wl_show_host_event()
4950 } else if (cca_event->id == WL_CHAN_QUAL_CCA) { in wl_show_host_event()
4955 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
4956 cca_event->cca_busy.duration, in wl_show_host_event()
4957 cca_event->cca_busy.congest, in wl_show_host_event()
4958 cca_event->cca_busy.timestamp)); in wl_show_host_event()
4959 } else if ((cca_event->id == WL_CHAN_QUAL_NF) || in wl_show_host_event()
4960 (cca_event->id == WL_CHAN_QUAL_NF_LTE)) { in wl_show_host_event()
4965 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
4966 cca_event->id, cca_event->noise)); in wl_show_host_event()
4972 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
4973 cca_event->id)); in wl_show_host_event()