Searched refs:ETH_P_EAPOL (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.c118 ETH_P_EAPOL, rbuf, rlen, err192->key_mic);
172 ETH_P_EAPOL, rbuf, rlen, reply192->key_mic);
374 wpa_eapol_key_send(sm, NULL, 0, ver, peerkey->addr, ETH_P_EAPOL,
430 peerkey->addr, ETH_P_EAPOL, mbuf, mlen,
1088 ETH_P_EAPOL, rbuf, rlen, req->key_mic);
H A Dwpa.c33 * @proto: Ethertype (usually ETH_P_EAPOL)
152 ETH_P_EAPOL, rbuf, rlen, key_mic);
298 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
412 wpa_eapol_key_send(sm, ptk->kck, ptk->kck_len, ver, dst, ETH_P_EAPOL,
1193 wpa_eapol_key_send(sm, ptk->kck, ptk->kck_len, ver, dst, ETH_P_EAPOL,
1505 ETH_P_EAPOL, rbuf, rlen, key_mic);
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h322 #ifndef ETH_P_EAPOL
323 #define ETH_P_EAPOL ETH_P_PAE macro
324 #endif /* ETH_P_EAPOL */
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c438 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH &&
514 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
H A Dwpas_glue.c100 if (wpa_s->ext_eapol_frame_io && proto == ETH_P_EAPOL) {
213 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
H A Dibss_rsn.c283 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data,
H A Dwpa_supplicant.c3225 ETH_P_EAPOL,
3297 ETH_P_EAPOL, wpa_supplicant_rx_eapol_bridge, wpa_s, 1);
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_bsd.c539 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data,
830 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
1081 drv->sock_xmit = l2_packet_init(drv->ifname, NULL, ETH_P_EAPOL,
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c444 if (hapd->ext_eapol_frame_io && proto == ETH_P_EAPOL) {
/freebsd-11.0-release/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c2287 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL);

Completed in 185 milliseconds