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.c1182 char pw_str[64 + 1]; in wpa_supplicant_set_suites() local
1199 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw)); in wpa_supplicant_set_suites()
1200 pw_str[wpabuf_len(pw)] = '\0'; in wpa_supplicant_set_suites()
1205 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1207 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1215 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) { in wpa_supplicant_set_suites()
1218 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1226 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1231 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()