Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Deap_user_db.c168 bin_clear_free(hapd->tmp_eap_user.identity, in eap_user_sqlite_get()
169 hapd->tmp_eap_user.identity_len); in eap_user_sqlite_get()
170 bin_clear_free(hapd->tmp_eap_user.password, in eap_user_sqlite_get()
171 hapd->tmp_eap_user.password_len); in eap_user_sqlite_get()
172 os_memset(&hapd->tmp_eap_user, 0, sizeof(hapd->tmp_eap_user)); in eap_user_sqlite_get()
173 hapd->tmp_eap_user.phase2 = phase2; in eap_user_sqlite_get()
174 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1); in eap_user_sqlite_get()
175 if (hapd->tmp_eap_user.identity == NULL) in eap_user_sqlite_get()
177 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_len); in eap_user_sqlite_get()
178 hapd->tmp_eap_user.identity_len = identity_len; in eap_user_sqlite_get()
[all …]
Dhostapd.c567 bin_clear_free(hapd->tmp_eap_user.identity, in hostapd_free_hapd_data()
568 hapd->tmp_eap_user.identity_len); in hostapd_free_hapd_data()
569 bin_clear_free(hapd->tmp_eap_user.password, in hostapd_free_hapd_data()
570 hapd->tmp_eap_user.password_len); in hostapd_free_hapd_data()
571 os_memset(&hapd->tmp_eap_user, 0, sizeof(hapd->tmp_eap_user)); in hostapd_free_hapd_data()
Dhostapd.h365 struct hostapd_eap_user tmp_eap_user; member