Home
last modified time | relevance | path

Searched refs:ETH_P_EAPOL (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dcommon.h347 #ifndef ETH_P_EAPOL
348 #define ETH_P_EAPOL ETH_P_PAE macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1677 eth->h_proto = host_to_be16(ETH_P_EAPOL); in atheros_send_eapol()
1682 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len); in atheros_send_eapol()
1751 drv->sock_xmit = l2_packet_init(drv->iface, NULL, ETH_P_EAPOL, in atheros_init()
1762 ETH_P_EAPOL, handle_read, drv, in atheros_init()
1769 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL, in atheros_init()
H A Ddriver_roboswitch.c177 if (len > 14 && WPA_GET_BE16(buf + 12) == ETH_P_EAPOL && in wpa_driver_roboswitch_receive()
H A Ddriver_bsd.c612 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data, in bsd_send_eapol()
1073 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL, in bsd_init()
1324 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL, in wpa_driver_bsd_associate()
H A Ddriver_nl80211.c6288 return nl80211_tx_control_port(bss, addr, ETH_P_EAPOL, in wpa_driver_nl80211_hapd_send_eapol()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c305 return wpa_drv_tx_control_port(wpa_s, addr, ETH_P_EAPOL, in auth_send_eapol()
309 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data, in auth_send_eapol()
H A Dwpas_glue.c102 if (wpa_s->ext_eapol_frame_io && proto == ETH_P_EAPOL) { in wpa_ether_send()
225 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen); in wpa_supplicant_eapol_send()
H A Dwpa_priv.c479 return proto == ETH_P_EAPOL || proto == ETH_P_RSN_PREAUTH || in wpa_priv_allowed_l2_proto()
H A Dwpa_supplicant.c5778 ETH_P_EAPOL, in wpa_supplicant_update_mac_addr()
5871 ETH_P_EAPOL, wpa_supplicant_rx_eapol_bridge, wpa_s, 1); in wpa_supplicant_update_bridge_ifname()
5926 ETH_P_EAPOL, wpa_supplicant_rx_eapol_bridge, wpa_s, 1); in wpa_supplicant_driver_init()
H A Dctrl_iface.c9966 ret = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, buf, len); in wpas_ctrl_iface_eapol_tx()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c289 ETH_P_EAPOL, rbuf, rlen, key_mic); in wpa_sm_key_request()
500 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_get_pmk()
678 return wpa_eapol_key_send(sm, ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen, in wpa_supplicant_send_2_of_4()
2335 return wpa_eapol_key_send(sm, ptk, ver, dst, ETH_P_EAPOL, rbuf, rlen, in wpa_supplicant_send_4_of_4()
2889 ETH_P_EAPOL, rbuf, rlen, key_mic); in wpa_supplicant_send_2_of_2()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c731 if (hapd->ext_eapol_frame_io && proto == ETH_P_EAPOL) { in hostapd_wpa_auth_send_ether()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c2474 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL); in ieee802_1x_kay_encode_mkpdu()