Home
last modified time | relevance | path

Searched refs:h_proto (Results 1 – 10 of 10) sorted by relevance

/hostap-3.6.0/src/l2_packet/
Dl2_packet.h35 be16 h_proto; member
Dl2_packet_zephyr.c96 if (ethhdr->h_proto != htons(l2->protocol)) { in l2_packet_receive()
Dl2_packet_freebsd.c65 eth->h_proto = htons(proto); in l2_packet_send()
Dl2_packet_winpcap.c91 eth->h_proto = htons(proto); in l2_packet_send()
Dl2_packet_pcap.c101 eth->h_proto = htons(proto); in l2_packet_send()
Dl2_packet_ndis.c123 eth->h_proto = htons(proto); in l2_packet_send()
/hostap-3.6.0/src/ap/
Deth_p_oui.c179 ethhdr->h_proto = host_to_be16(ETH_P_OUI); in eth_p_oui_send()
Dpreauth_auth.c256 ethhdr->h_proto = host_to_be16(ETH_P_PREAUTH); in rsn_preauth_send()
Dwpa_auth_glue.c724 buf->h_proto = host_to_be16(proto); in hostapd_wpa_auth_send_ether()
/hostap-3.6.0/src/drivers/
Ddriver_atheros.c1675 eth->h_proto = host_to_be16(ETH_P_EAPOL); in atheros_send_eapol()