Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/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.h162 struct hostapd_eap_user tmp_eap_user; member