Lines Matching full:psk
369 wpa_hexdump_ascii_key(MSG_MSGDUMP, "PSK (ASCII passphrase)",
389 if (hexstr2bin(value, ssid->psk, PMK_LEN) ||
391 wpa_printf(MSG_ERROR, "Line %d: Invalid PSK '%s'.",
400 wpa_hexdump_key(MSG_MSGDUMP, "PSK", ssid->psk, PMK_LEN);
415 return wpa_config_write_string_hex(ssid->psk, PMK_LEN);
528 if (os_strcmp(start, "WPA-PSK") == 0)
539 else if (os_strcmp(start, "FT-PSK") == 0)
545 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0)
591 ret = os_snprintf(pos, end - pos, "%sWPA-PSK",
642 pos += os_snprintf(pos, end - pos, "%sFT-PSK",
652 pos += os_snprintf(pos, end - pos, "%sWPA-PSK-SHA256",
1478 { FUNC_KEY(psk) },
2095 * wpa_config_update_psk - Update WPA PSK based on passphrase and SSID
2098 * This function must be called to update WPA PSK when either SSID or the
2106 ssid->psk, PMK_LEN);
2107 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from passphrase)",
2108 ssid->psk, PMK_LEN);