Lines Matching refs:bcm_event
280 bcm_event_t *bcm_event; in is_wlc_event_frame() local
287 bcm_event = (bcm_event_t *)pktdata; in is_wlc_event_frame()
290 if ((uint8 *)&bcm_event->bcm_hdr < pktend) { in is_wlc_event_frame()
291 uint8 short_subtype = *(uint8 *)&bcm_event->bcm_hdr; in is_wlc_event_frame()
310 evlen = (uint16)(pktend - (uint8 *)&bcm_event->bcm_hdr.version); in is_wlc_event_frame()
311 evend = (uint8 *)&bcm_event->bcm_hdr.version + evlen; in is_wlc_event_frame()
318 subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.subtype); in is_wlc_event_frame()
324 if (bcmp(BRCM_OUI, &bcm_event->bcm_hdr.oui[0], DOT11_OUI_LEN)) { in is_wlc_event_frame()
330 usr_subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.usr_subtype); in is_wlc_event_frame()
335 (evend < ((uint8 *)bcm_event + sizeof(bcm_event_t)))) { in is_wlc_event_frame()
341 data_len = ntoh32_ua((void *)&bcm_event->event.datalen); in is_wlc_event_frame()
355 memcpy(&out_event->event, &bcm_event->event, sizeof(wl_event_msg_t)); in is_wlc_event_frame()
363 (evend < ((uint8 *)bcm_event + sizeof(bcm_dngl_event_t)))) { in is_wlc_event_frame()