Lines Matching refs:cca_event
2905 cca_chan_qual_event_t *cca_event = (cca_chan_qual_event_t *)event_data; in wl_show_host_event() local
2906 if (cca_event->id == WL_CHAN_QUAL_FULLPM_CCA) { in wl_show_host_event()
2908 (cca_only_chan_qual_event_t *)cca_event; in wl_show_host_event()
2914 (int)reason, (int)auth_type, cca_event->chanspec)); in wl_show_host_event()
2935 } else if (cca_event->id == WL_CHAN_QUAL_FULL_CCA) { in wl_show_host_event()
2941 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
2942 cca_event->cca_busy_ext.duration, in wl_show_host_event()
2943 cca_event->cca_busy_ext.congest_ibss, in wl_show_host_event()
2944 cca_event->cca_busy_ext.congest_obss, in wl_show_host_event()
2945 cca_event->cca_busy_ext.interference, in wl_show_host_event()
2946 cca_event->cca_busy_ext.timestamp)); in wl_show_host_event()
2947 } else if (cca_event->id == WL_CHAN_QUAL_CCA) { in wl_show_host_event()
2952 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
2953 cca_event->cca_busy.duration, in wl_show_host_event()
2954 cca_event->cca_busy.congest, in wl_show_host_event()
2955 cca_event->cca_busy.timestamp)); in wl_show_host_event()
2956 } else if ((cca_event->id == WL_CHAN_QUAL_NF) || in wl_show_host_event()
2957 (cca_event->id == WL_CHAN_QUAL_NF_LTE)) { in wl_show_host_event()
2962 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
2963 cca_event->id, cca_event->noise)); in wl_show_host_event()
2969 (int)reason, (int)auth_type, cca_event->chanspec, in wl_show_host_event()
2970 cca_event->id)); in wl_show_host_event()