Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/tests/
Dtest-eapol.c32 u8 *supp_eapol; member
125 wpa_receive(wpa->auth_group, wpa->auth, wpa->supp_eapol, in auth_eapol_rx()
179 os_free(wpa->supp_eapol); in supp_ether_send()
180 wpa->supp_eapol = os_malloc(len); in supp_ether_send()
181 if (!wpa->supp_eapol) in supp_ether_send()
183 os_memcpy(wpa->supp_eapol, buf, len); in supp_ether_send()
360 os_free(wpa->supp_eapol); in auth_read_msg()
361 wpa->supp_eapol = read_msg(wpa->f, &wpa->supp_eapol_len); in auth_read_msg()
362 if (!wpa->supp_eapol) in auth_read_msg()
526 os_free(wpa->supp_eapol); in deinit()
[all …]