Lines Matching refs:pmkid
713 params.pmkid = sta->sae->pmkid; in sae_sme_send_external_auth_status()
756 sta->sae->pmk, sta->sae->pmkid); in sae_accept_sta()
1569 if (rsn.pmkid && rsn.num_pmkid > 0) { in handle_auth_fils()
1571 const u8 *pmkid; in handle_auth_fils() local
1574 rsn.pmkid, rsn.num_pmkid * PMKID_LEN); in handle_auth_fils()
1576 pmkid = rsn.pmkid; in handle_auth_fils()
1579 wpa_hexdump(MSG_DEBUG, "FILS: PMKID", pmkid, PMKID_LEN); in handle_auth_fils()
1581 pmkid); in handle_auth_fils()
1586 pmkid); in handle_auth_fils()
1589 pmkid += PMKID_LEN; in handle_auth_fils()
1702 if (wpa_insert_pmkid(ie_buf, &ielen, pmksa->pmkid) < 0) { in prepare_auth_resp_fils()
2655 u8 prk[SHA512_MAC_LEN], pmkid[SHA512_MAC_LEN]; in owe_process_assoc_req() local
2710 res = sha256_vector(2, addr, len, pmkid); in owe_process_assoc_req()
2713 res = sha384_vector(2, addr, len, pmkid); in owe_process_assoc_req()
2716 res = sha512_vector(2, addr, len, pmkid); in owe_process_assoc_req()
2784 wpa_hexdump(MSG_DEBUG, "OWE: PMKID", pmkid, PMKID_LEN); in owe_process_assoc_req()
2786 sta->owe_pmk_len, pmkid, 0, WPA_KEY_MGMT_OWE); in owe_process_assoc_req()
3000 wpa_auth_add_sae_pmkid(sta->wpa_sm, sta->sae->pmkid); in check_assoc_ies()