Lines Matching refs:bcm_event
318 bcm_event_t *bcm_event; in is_wlc_event_frame() local
325 bcm_event = (bcm_event_t *)pktdata; in is_wlc_event_frame()
328 if ((uint8 *)&bcm_event->bcm_hdr < pktend) { in is_wlc_event_frame()
329 uint8 short_subtype = *(uint8 *)&bcm_event->bcm_hdr; in is_wlc_event_frame()
349 evlen = (uint16)(pktend - (uint8 *)&bcm_event->bcm_hdr.version); in is_wlc_event_frame()
351 evlen = ntoh16_ua((void *)&bcm_event->bcm_hdr.length); in is_wlc_event_frame()
353 evend = (uint8 *)&bcm_event->bcm_hdr.version + evlen; in is_wlc_event_frame()
360 subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.subtype); in is_wlc_event_frame()
366 if (bcmp(BRCM_OUI, &bcm_event->bcm_hdr.oui[0], DOT11_OUI_LEN)) { in is_wlc_event_frame()
372 usr_subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.usr_subtype); in is_wlc_event_frame()
377 (evend < ((uint8 *)bcm_event + sizeof(bcm_event_t)))) { in is_wlc_event_frame()
383 data_len = ntoh32_ua((void *)&bcm_event->event.datalen); in is_wlc_event_frame()
397 memcpy(&out_event->event, &bcm_event->event, sizeof(wl_event_msg_t)); in is_wlc_event_frame()
405 (evend < ((uint8 *)bcm_event + sizeof(bcm_dngl_event_t)))) { in is_wlc_event_frame()