Home | History | Annotate | Download | only in ap

Lines Matching refs:psk

1753 	const u8 *psk;
1755 psk = wpa_auth_get_psk(sm->wpa_auth, sm->addr, sm->p2p_dev_addr, NULL);
1756 if (psk) {
1757 os_memcpy(sm->PMK, psk, PMK_LEN);
1759 os_memcpy(sm->xxkey, psk, PMK_LEN);
1786 * TODO: Could add PMKID even with WPA2-PSK, but only if there is only
1787 * one possible PSK for this STA.
1845 * WPA-PSK: iterate through possible PSKs and select the one matching
1899 /* PSK may have changed from the previous choice, so update
1900 * state machine data based on whatever PSK was selected here.
2263 "no PSK configured for the STA");