Home
last modified time | relevance | path

Searched refs:l2_ethhdr (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_pcap.c82 struct l2_ethhdr *eth; in l2_packet_send()
124 struct l2_ethhdr *ethhdr; in l2_packet_receive()
133 ethhdr = (struct l2_ethhdr *) packet; in l2_packet_receive()
151 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb()
158 ethhdr = (struct l2_ethhdr *) pkt_data; in l2_packet_receive_cb()
Dl2_packet_freebsd.c60 struct l2_ethhdr *eth = os_malloc(sizeof(*eth) + len); in l2_packet_send()
81 struct l2_ethhdr *ethhdr; in l2_packet_receive()
90 ethhdr = (struct l2_ethhdr *) packet; in l2_packet_receive()
Dl2_packet_winpcap.c76 struct l2_ethhdr *eth; in l2_packet_send()
106 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb()
111 ethhdr = (struct l2_ethhdr *) pkt_data; in l2_packet_receive_cb()
Dl2_packet_ndis.c96 struct l2_ethhdr *eth; in l2_packet_send()
283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf; in l2_packet_callback()
Dl2_packet.h32 struct l2_ethhdr { struct
/external/wpa_supplicant_8/src/ap/
Dpreauth_auth.c48 struct l2_ethhdr *ethhdr; in rsn_preauth_receive()
58 ethhdr = (struct l2_ethhdr *) buf; in rsn_preauth_receive()
235 struct l2_ethhdr *ethhdr; in rsn_preauth_send()
Dwpa_auth_glue.c453 struct l2_ethhdr *buf; in hostapd_wpa_auth_send_ether()
573 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive()
576 ethhdr = (struct l2_ethhdr *) buf; in hostapd_rrb_receive()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1563 struct l2_ethhdr *eth; in atheros_send_eapol()
1573 len = data_len + sizeof(struct l2_ethhdr); in atheros_send_eapol()
1583 eth = (struct l2_ethhdr *) bp; in atheros_send_eapol()
1602 drv_event_eapol_rx(drv->hapd, src_addr, buf + sizeof(struct l2_ethhdr), in handle_read()
1603 len - sizeof(struct l2_ethhdr)); in handle_read()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c3627 const struct l2_ethhdr *eth; in wpa_supplicant_rx_eapol_bridge()
3631 eth = (const struct l2_ethhdr *) buf; in wpa_supplicant_rx_eapol_bridge()