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 D | bcmevent.c | 265 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 D | bcmevent.c | 320 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 D | bcmevent.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmevent.c | 281 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 D | bcmevent.c | 281 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 D | bcmevent.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmevent.h | 95 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmevent.h | 96 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmevent.h | 96 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmevent.h | 96 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmevent.h | 88 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmevent.h | 88 typedef BWL_PRE_PACKED_STRUCT struct bcm_event {
|