Searched refs:hostapd_config_eap_user_salted (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 248 static int hostapd_config_eap_user_salted(struct hostapd_eap_user *user, in hostapd_config_eap_user_salted() function 556 if (hostapd_config_eap_user_salted(user, "sha1", 20, in hostapd_config_read_eap_user() 562 if (hostapd_config_eap_user_salted(user, "sha256", 32, in hostapd_config_read_eap_user() 568 if (hostapd_config_eap_user_salted(user, "sha512", 64, in hostapd_config_read_eap_user()
|