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 165 bin_clear_free(hapd->tmp_eap_user.identity,
166 hapd->tmp_eap_user.identity_len);
167 bin_clear_free(hapd->tmp_eap_user.password,
168 hapd->tmp_eap_user.password_len);
169 os_memset(&hapd->tmp_eap_user, 0, sizeof(hapd->tmp_eap_user));
170 hapd->tmp_eap_user.phase2 = phase2;
171 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
172 if (hapd->tmp_eap_user.identity == NULL)
174 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_len)
    [all...]
hostapd.h 264 struct hostapd_eap_user tmp_eap_user; member in struct:hostapd_data
hostapd.c 325 bin_clear_free(hapd->tmp_eap_user.identity,
326 hapd->tmp_eap_user.identity_len);
327 bin_clear_free(hapd->tmp_eap_user.password,
328 hapd->tmp_eap_user.password_len);
    [all...]

Completed in 678 milliseconds