Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:psk

369 			if (hexstr2bin((const char *) cred->key, ssid->psk,
1012 static int wpas_wps_new_psk_cb(void *ctx, const u8 *mac_addr, const u8 *psk,
1015 wpa_printf(MSG_DEBUG, "WPS: Received new WPA/WPA2-PSK from WPS for "
1017 wpa_hexdump_key(MSG_DEBUG, "Per-device PSK", psk, psk_len);
1550 os_memcpy(cred.key, ssid->psk, 32);