Searched refs:ETH_P_EAPOL (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/ |
D | common.h | 247 #ifndef ETH_P_EAPOL 248 #define ETH_P_EAPOL ETH_P_PAE macro
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 348 ETH_P_EAPOL, rbuf, rlen, key_mic); in wpa_sm_key_request() 509 wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL, in wpa_supplicant_get_pmk() 590 wpa_eapol_key_send(sm, ptk->kck, ptk->kck_len, ver, dst, ETH_P_EAPOL, in wpa_supplicant_send_2_of_4() 1118 wpa_eapol_key_send(sm, ptk->kck, ptk->kck_len, ver, dst, ETH_P_EAPOL, in wpa_supplicant_send_4_of_4() 1512 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()
|
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps.c | 670 ret = wps_sm_ether_send(sm, bssid, ETH_P_EAPOL, buf, len); in wps_send_eap_identity_rsp() 719 ret = wps_sm_ether_send(sm, bssid, ETH_P_EAPOL, buf, len); in wps_send_frag_ack() 897 ret = wps_sm_ether_send(sm, bssid, ETH_P_EAPOL, buf, len); in wps_send_wps_mX_rsp() 935 wps_sm_ether_send(sm, bssid, ETH_P_EAPOL, buf, len); in wps_tx_start()
|
D | esp_wpa2.c | 356 ret = wpa2_sm_ether_send(sm, bssid, ETH_P_EAPOL, outbuf, outlen); in eap_sm_send_eapol() 685 wpa2_sm_ether_send(sm, bssid, ETH_P_EAPOL, buf, len); in wpa2_start_eapol_internal()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 170 eth->h_proto = host_to_be16(ETH_P_EAPOL); in wpa_auth_send_eapol()
|