HomeSort by relevance Sort by last modified time
    Searched refs:tmp_eap_user (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 161 bin_clear_free(hapd->tmp_eap_user.identity,
162 hapd->tmp_eap_user.identity_len);
163 bin_clear_free(hapd->tmp_eap_user.password,
164 hapd->tmp_eap_user.password_len);
165 os_memset(&hapd->tmp_eap_user, 0, sizeof(hapd->tmp_eap_user));
166 hapd->tmp_eap_user.phase2 = phase2;
167 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
168 if (hapd->tmp_eap_user.identity == NULL)
170 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_len)
    [all...]
hostapd.h 240 struct hostapd_eap_user tmp_eap_user; member in struct:hostapd_data
hostapd.c 314 bin_clear_free(hapd->tmp_eap_user.identity,
315 hapd->tmp_eap_user.identity_len);
316 bin_clear_free(hapd->tmp_eap_user.password,
317 hapd->tmp_eap_user.password_len);
    [all...]

Completed in 49 milliseconds