Home
last modified time | relevance | path

Searched refs:bcm_event (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmevent.c265 bcm_event_t *bcm_event; in is_wlc_event_frame() local
272 bcm_event = (bcm_event_t *)pktdata; in is_wlc_event_frame()
275 if ((uint8 *)&bcm_event->bcm_hdr < pktend) { in is_wlc_event_frame()
276 uint8 short_subtype = *(uint8 *)&bcm_event->bcm_hdr; in is_wlc_event_frame()
295 evlen = (uint16)(pktend - (uint8 *)&bcm_event->bcm_hdr.version); in is_wlc_event_frame()
296 evend = (uint8 *)&bcm_event->bcm_hdr.version + evlen; in is_wlc_event_frame()
303 subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.subtype); in is_wlc_event_frame()
309 if (bcmp(BRCM_OUI, &bcm_event->bcm_hdr.oui[0], DOT11_OUI_LEN)) { in is_wlc_event_frame()
315 usr_subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.usr_subtype); in is_wlc_event_frame()
320 (evend < ((uint8 *)bcm_event + sizeof(bcm_event_t)))) { in is_wlc_event_frame()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmevent.c320 bcm_event_t *bcm_event; in is_wlc_event_frame() local
327 bcm_event = (bcm_event_t *)pktdata; in is_wlc_event_frame()
330 if ((uint8 *)&bcm_event->bcm_hdr < pktend) { in is_wlc_event_frame()
331 uint8 short_subtype = *(uint8 *)&bcm_event->bcm_hdr; in is_wlc_event_frame()
351 evlen = (uint16)(pktend - (uint8 *)&bcm_event->bcm_hdr.version); in is_wlc_event_frame()
353 evlen = ntoh16_ua((void *)&bcm_event->bcm_hdr.length); in is_wlc_event_frame()
355 evend = (uint8 *)&bcm_event->bcm_hdr.version + evlen; in is_wlc_event_frame()
362 subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.subtype); in is_wlc_event_frame()
368 if (bcmp(BRCM_OUI, &bcm_event->bcm_hdr.oui[0], DOT11_OUI_LEN)) { in is_wlc_event_frame()
374 usr_subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.usr_subtype); in is_wlc_event_frame()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmevent.c318 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmevent.c281 bcm_event_t *bcm_event; in is_wlc_event_frame() local
288 bcm_event = (bcm_event_t *)pktdata; in is_wlc_event_frame()
291 if ((uint8 *)&bcm_event->bcm_hdr < pktend) { in is_wlc_event_frame()
292 uint8 short_subtype = *(uint8 *)&bcm_event->bcm_hdr; in is_wlc_event_frame()
311 evlen = (uint16)(pktend - (uint8 *)&bcm_event->bcm_hdr.version); in is_wlc_event_frame()
312 evend = (uint8 *)&bcm_event->bcm_hdr.version + evlen; in is_wlc_event_frame()
319 subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.subtype); in is_wlc_event_frame()
325 if (bcmp(BRCM_OUI, &bcm_event->bcm_hdr.oui[0], DOT11_OUI_LEN)) { in is_wlc_event_frame()
331 usr_subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.usr_subtype); in is_wlc_event_frame()
336 (evend < ((uint8 *)bcm_event + sizeof(bcm_event_t)))) { in is_wlc_event_frame()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmevent.c281 bcm_event_t *bcm_event; in is_wlc_event_frame() local
288 bcm_event = (bcm_event_t *)pktdata; in is_wlc_event_frame()
291 if ((uint8 *)&bcm_event->bcm_hdr < pktend) { in is_wlc_event_frame()
292 uint8 short_subtype = *(uint8 *)&bcm_event->bcm_hdr; in is_wlc_event_frame()
311 evlen = (uint16)(pktend - (uint8 *)&bcm_event->bcm_hdr.version); in is_wlc_event_frame()
312 evend = (uint8 *)&bcm_event->bcm_hdr.version + evlen; in is_wlc_event_frame()
319 subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.subtype); in is_wlc_event_frame()
325 if (bcmp(BRCM_OUI, &bcm_event->bcm_hdr.oui[0], DOT11_OUI_LEN)) { in is_wlc_event_frame()
331 usr_subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.usr_subtype); in is_wlc_event_frame()
336 (evend < ((uint8 *)bcm_event + sizeof(bcm_event_t)))) { in is_wlc_event_frame()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmevent.c280 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmevent.h95 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmevent.h96 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmevent.h96 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmevent.h96 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmevent.h88 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmevent.h88 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {