Searched refs:ETH_P_EAPOL (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpas_glue.c | 87 eth->h_proto = host_to_be16(ETH_P_EAPOL); in hostapd_send_eapol()
|
D | esp_wps.c | 476 ret = wps_sm_ether_send(sm, ETH_P_EAPOL, buf, len); in wps_send_eap_identity_rsp() 515 ret = wps_sm_ether_send(sm, ETH_P_EAPOL, buf, len); in wps_send_frag_ack() 701 ret = wps_sm_ether_send(sm, ETH_P_EAPOL, buf, len); in wps_send_wps_mX_rsp() 731 wps_sm_ether_send(sm, ETH_P_EAPOL, buf, len); in wps_tx_start()
|
D | esp_eap_client.c | 329 ret = wpa_ether_send(sm, bssid, ETH_P_EAPOL, outbuf, outlen); in eap_sm_send_eapol() 657 wpa_ether_send(sm, bssid, ETH_P_EAPOL, buf, len); in wpa2_start_eapol_internal()
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.h | 247 #ifndef ETH_P_EAPOL 248 #define ETH_P_EAPOL ETH_P_PAE macro
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 347 ETH_P_EAPOL, rbuf, rlen, key_mic); in wpa_sm_key_request() 520 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_get_pmk() 639 wpa_eapol_key_send(sm, ptk->kck, ptk->kck_len, ver, dst, ETH_P_EAPOL, in wpa_supplicant_send_2_of_4() 1256 wpa_eapol_key_send(sm, ptk->kck, ptk->kck_len, ver, dst, ETH_P_EAPOL, in wpa_supplicant_send_4_of_4() 1625 wpa_eapol_key_send(sm, sm->ptk.kck, sm->ptk.kck_len, ver, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_send_2_of_2()
|