Home
last modified time | relevance | path

Searched refs:wpa_alloc_eapol (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpas_glue.c17 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()
Desp_wpas_glue.h25 u8 *wpa_alloc_eapol(void *sm, u8 type,
Desp_eap_client.c322 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()
Desp_wps.c284 return wpa_alloc_eapol(sm, type, data, data_len, msg_len, data_pos); in wps_sm_alloc_eapol()