Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/wpa_supplicant/
HDwpa_supplicant.c1302 char pw_str[64 + 1]; in wpa_supplicant_set_suites() local
1319 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw)); in wpa_supplicant_set_suites()
1320 pw_str[wpabuf_len(pw)] = '\0'; in wpa_supplicant_set_suites()
1325 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1327 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1337 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) { in wpa_supplicant_set_suites()
1340 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1350 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()
1355 os_memset(pw_str, 0, sizeof(pw_str)); in wpa_supplicant_set_suites()