Home | History | Annotate | Download | only in ap

Lines Matching defs:psk

1586 	const u8 *psk;
1588 psk = wpa_auth_get_psk(sm->wpa_auth, sm->addr, NULL);
1589 if (psk) {
1590 os_memcpy(sm->PMK, psk, PMK_LEN);
1592 os_memcpy(sm->xxkey, psk, PMK_LEN);
1619 * TODO: Could add PMKID even with WPA2-PSK, but only if there is only
1620 * one possible PSK for this STA.
1676 * WPA-PSK: iterate through possible PSKs and select the one matching
1729 /* PSK may have changed from the previous choice, so update
1730 * state machine data based on whatever PSK was selected here.
2047 "no PSK configured for the STA");