Searched refs:event_type (Results 1 – 4 of 4) sorted by relevance
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
D | dhd_common.c | 534 uint event_type, flags, auth_type, datalen; in wl_show_host_event() local 535 event_type = ntoh32(event->event_type); in wl_show_host_event() 552 if (event_names[i].event == event_type) in wl_show_host_event() 563 switch (event_type) { in wl_show_host_event() 627 if (event_type == WLC_E_AUTH_IND) { in wl_show_host_event() 762 event_name, event_type, eabuf, (int)status, (int)reason, in wl_show_host_event() 806 type = ntoh32_ua((void *)&event->event_type); in wl_host_event() 862 temp = ntoh32_ua((void *)&event->event_type); in wl_host_event() 866 memcpy((void *)(&pvt_data->event.event_type), &temp, in wl_host_event() 867 sizeof(pvt_data->event.event_type)); in wl_host_event() [all …]
|
D | dhd_linux.c | 2495 switch (ntoh32(event->event_type)) { in dhd_sendup_event()
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
D | bcmevent.h | 57 uint32 event_type;
|
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
D | wl_iw.c | 74 extern bool wl_iw_conn_status_str(uint32 event_type, uint32 status, 4171 wl_iw_conn_status_str(uint32 event_type, uint32 status, uint32 reason, argument 4228 if (row->inEvent == event_type && 4254 uint32 event = ntoh32(e->event_type); 4277 uint32 event_type = ntoh32(e->event_type); local 4286 switch (event_type) { 4419 WL_TRACE(("Unknown Event %d: ignoring\n", event_type));
|