Home
last modified time | relevance | path

Searched refs:st_rx_eapol (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_rtos.c62 WifiRxEapol st_rx_eapol = { 0 }; in l2_packet_receive() local
68 if (SUCC == WifiEapolPacketReceive(l2->ifname, &st_rx_eapol)) { in l2_packet_receive()
69 puc_src = (unsigned char *)(st_rx_eapol.buf + addr_offset); in l2_packet_receive()
73 l2->rx_callback(l2->rx_callback_ctx, puc_src, st_rx_eapol.buf, st_rx_eapol.len); in l2_packet_receive()
76 os_free(st_rx_eapol.buf); in l2_packet_receive()
77 st_rx_eapol.buf = NULL; in l2_packet_receive()
80 if (st_rx_eapol.buf != NULL) { in l2_packet_receive()
81 os_free(st_rx_eapol.buf); in l2_packet_receive()
82 st_rx_eapol in l2_packet_receive()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_rtos.c62 WifiRxEapol st_rx_eapol = { 0 }; in l2_packet_receive() local
68 if (SUCC == WifiEapolPacketReceive(l2->ifname, &st_rx_eapol)) { in l2_packet_receive()
69 puc_src = (unsigned char *)(st_rx_eapol.buf + addr_offset); in l2_packet_receive()
73 l2->rx_callback(l2->rx_callback_ctx, puc_src, st_rx_eapol.buf, st_rx_eapol.len); in l2_packet_receive()
76 os_free(st_rx_eapol.buf); in l2_packet_receive()
77 st_rx_eapol.buf = NULL; in l2_packet_receive()
80 if (st_rx_eapol.buf != NULL) { in l2_packet_receive()
81 os_free(st_rx_eapol.buf); in l2_packet_receive()
82 st_rx_eapol in l2_packet_receive()
[all...]

Completed in 2 milliseconds