Lines Matching refs:ifevent

5031 			const struct wl_event_data_if *ifevent =  in wl_show_host_event()  local
5033 BCM_REFERENCE(ifevent); in wl_show_host_event()
5036 event_name, ifevent->opcode, ifevent->ifidx, ifevent->role)); in wl_show_host_event()
5608 struct wl_event_data_if *ifevent = (struct wl_event_data_if *)event_data; in wl_process_host_event() local
5611 if (ifevent->reserved & WLC_E_IF_FLAGS_BSSCFG_NOIF) { in wl_process_host_event()
5616 dhd_update_interface_flow_info(dhd_pub, ifevent->ifidx, in wl_process_host_event()
5617 ifevent->opcode, ifevent->role); in wl_process_host_event()
5623 ifevent->ifidx, in wl_process_host_event()
5624 ((ifevent->opcode == WLC_E_IF_ADD) ? "ADD":"DEL"), in wl_process_host_event()
5625 ((ifevent->role == 0) ? "STA":"AP "), in wl_process_host_event()
5629 if (ifevent->opcode == WLC_E_IF_CHANGE) in wl_process_host_event()
5632 ifevent->ifidx, ifevent->role, ea); in wl_process_host_event()
5635 ((ifevent->opcode == WLC_E_IF_ADD) ? in wl_process_host_event()
5637 ifevent->ifidx, ifevent->role, ea); in wl_process_host_event()
5640 if (ifevent->ifidx == 0) in wl_process_host_event()
5645 if (ifevent->ifidx > 0 && ifevent->ifidx < DHD_MAX_IFS) { in wl_process_host_event()
5646 if (ifevent->opcode == WLC_E_IF_ADD) { in wl_process_host_event()
5647 if (dhd_event_ifadd(dhd_pub->info, ifevent, event->ifname, in wl_process_host_event()
5651 __FUNCTION__, ifevent->ifidx, event->ifname)); in wl_process_host_event()
5654 } else if (ifevent->opcode == WLC_E_IF_DEL) { in wl_process_host_event()
5659 dhd_event_ifdel(dhd_pub->info, ifevent, event->ifname, in wl_process_host_event()
5661 } else if (ifevent->opcode == WLC_E_IF_CHANGE) { in wl_process_host_event()
5663 dhd_event_ifchange(dhd_pub->info, ifevent, event->ifname, in wl_process_host_event()
5670 __FUNCTION__, ifevent->ifidx, event->ifname)); in wl_process_host_event()