Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Deap_user_db.c165 bin_clear_free(hapd->tmp_eap_user.identity, in eap_user_sqlite_get()
166 hapd->tmp_eap_user.identity_len); in eap_user_sqlite_get()
167 bin_clear_free(hapd->tmp_eap_user.password, in eap_user_sqlite_get()
168 hapd->tmp_eap_user.password_len); in eap_user_sqlite_get()
169 os_memset(&hapd->tmp_eap_user, 0, sizeof(hapd->tmp_eap_user)); in eap_user_sqlite_get()
170 hapd->tmp_eap_user.phase2 = phase2; in eap_user_sqlite_get()
171 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1); in eap_user_sqlite_get()
172 if (hapd->tmp_eap_user.identity == NULL) in eap_user_sqlite_get()
174 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_len); in eap_user_sqlite_get()
187 if (sqlite3_exec(db, cmd, get_user_cb, &hapd->tmp_eap_user, NULL) != in eap_user_sqlite_get()
[all …]
Dhostapd.h278 struct hostapd_eap_user tmp_eap_user; member
Dhostapd.c336 bin_clear_free(hapd->tmp_eap_user.identity, in hostapd_free_hapd_data()
337 hapd->tmp_eap_user.identity_len); in hostapd_free_hapd_data()
338 bin_clear_free(hapd->tmp_eap_user.password, in hostapd_free_hapd_data()
339 hapd->tmp_eap_user.password_len); in hostapd_free_hapd_data()