Searched refs:auth_eapol (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/tests/
H A Dtest_wpa.c37 u8 *auth_eapol; member in struct:wpa
236 wpa_sm_rx_eapol(wpa->supp, wpa->auth_addr, wpa->auth_eapol,
250 os_free(wpa->auth_eapol);
251 wpa->auth_eapol = os_malloc(data_len);
252 if (wpa->auth_eapol == NULL)
255 os_memcpy(wpa->auth_eapol, data, data_len);
332 os_free(wpa->auth_eapol);
333 wpa->auth_eapol = NULL;

Completed in 71 milliseconds