Searched refs:rfc1042_eth_hdr (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_11n_aggr.c | 85 t_u8 rfc1042_eth_hdr[MLAN_MAC_ADDR_LENGTH] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; in wlan_11n_deaggregate_pkt() local 119 … if (__memcmp(pmadapter, &prx_pkt->rfc1042_hdr, rfc1042_eth_hdr, sizeof(rfc1042_eth_hdr)) == 0) in wlan_11n_deaggregate_pkt()
|
| D | wifi.c | 3347 static t_u8 rfc1042_eth_hdr[MLAN_MAC_ADDR_LENGTH] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 3378 if (memcmp((t_u8 *)prx_pd + prx_pd->rx_pkt_offset + WIFI_SIZEOF_ETH_HDR, rfc1042_eth_hdr, in wifi_low_level_input() 3379 sizeof(rfc1042_eth_hdr)) == 0U) in wifi_low_level_input()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/ |
| D | net.c | 88 static t_u8 rfc1042_eth_hdr[MLAN_MAC_ADDR_LENGTH] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 405 if (!memcmp(payload + SIZEOF_ETH_HDR, rfc1042_eth_hdr, sizeof(rfc1042_eth_hdr))) in process_data_packet()
|