Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1730 char pw_str[64 + 1]; in wpa_supplicant_set_suites() local
1747 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw)); in wpa_supplicant_set_suites()
1748 pw_str[wpabuf_len(pw)] = '\0'; in wpa_supplicant_set_suites()
1753 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1755 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1766 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) { in wpa_supplicant_set_suites()
1769 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1783 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1788 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()