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 159 os_free(hapd->tmp_eap_user.identity);
160 os_free(hapd->tmp_eap_user.password);
161 os_memset(&hapd->tmp_eap_user, 0, sizeof(hapd->tmp_eap_user));
162 hapd->tmp_eap_user.phase2 = phase2;
163 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
164 if (hapd->tmp_eap_user.identity == NULL)
166 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_len);
179 if (sqlite3_exec(db, cmd, get_user_cb, &hapd->tmp_eap_user, NULL) !=
182 } else if (hapd->tmp_eap_user.next
    [all...]
hostapd.h 197 struct hostapd_eap_user tmp_eap_user; member in struct:hostapd_data
hostapd.c 294 os_free(hapd->tmp_eap_user.identity);
295 os_free(hapd->tmp_eap_user.password);
    [all...]

Completed in 49 milliseconds