Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Deth_p_oui.c55 const struct l2_ethhdr *ethhdr; in eth_p_rx()
62 ethhdr = (struct l2_ethhdr *) buf; in eth_p_rx()
168 struct l2_ethhdr *ethhdr; in eth_p_oui_send()
176 ethhdr = (struct l2_ethhdr *) packet; in eth_p_oui_send()
H A 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()
H A Dwpa_auth_glue.c727 struct l2_ethhdr *buf; in hostapd_wpa_auth_send_ether()
1414 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive()
1417 ethhdr = (struct l2_ethhdr *) buf; in hostapd_rrb_receive()
/freebsd/contrib/wpa/src/l2_packet/
H A 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()
H A 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()
H A Dl2_packet_freebsd.c65 struct l2_ethhdr *eth = os_malloc(sizeof(*eth) + len); in l2_packet_send()
86 struct l2_ethhdr *ethhdr; in l2_packet_receive()
99 ethhdr = (struct l2_ethhdr *) packet; in l2_packet_receive()
H A 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()
H A Dl2_packet.h32 struct l2_ethhdr { struct
H A Dl2_packet_linux.c174 const struct l2_ethhdr *eth = (const struct l2_ethhdr *) buf; in l2_packet_receive()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1654 struct l2_ethhdr *eth; in atheros_send_eapol()
1664 len = data_len + sizeof(struct l2_ethhdr); in atheros_send_eapol()
1674 eth = (struct l2_ethhdr *) bp; in atheros_send_eapol()
1693 drv_event_eapol_rx(drv->hapd, src_addr, buf + sizeof(struct l2_ethhdr), in handle_read()
1694 len - sizeof(struct l2_ethhdr)); in handle_read()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c5820 const struct l2_ethhdr *eth; in wpa_supplicant_rx_eapol_bridge()
5824 eth = (const struct l2_ethhdr *) buf; in wpa_supplicant_rx_eapol_bridge()