Searched refs:wpa_alloc_eapol (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpas_glue.c | 17 u8 *wpa_alloc_eapol(void *sm, u8 type, in wpa_alloc_eapol() function 133 return wpa_alloc_eapol(sm, type, data, data_len, msg_len, data_pos); in wpa_sm_alloc_eapol()
|
D | esp_wpas_glue.h | 25 u8 *wpa_alloc_eapol(void *sm, u8 type,
|
D | esp_eap_client.c | 322 outbuf = wpa_alloc_eapol(sm, IEEE802_1X_TYPE_EAP_PACKET, in eap_sm_send_eapol() 651 buf = wpa_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_START, (u8 *)"", 0, &len, NULL); in wpa2_start_eapol_internal()
|
D | esp_wps.c | 284 return wpa_alloc_eapol(sm, type, data, data_len, msg_len, data_pos); in wps_sm_alloc_eapol()
|