Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:pmksa

719 		/* No PMKSA caching, but otherwise similar to RSN/WPA */
1026 "PMKSA cache entry found - try to use PMKSA caching instead of new SAE authentication");
1125 "SME: Try to use FILS with PMKSA caching");
1917 * and added a PMKSA cache entry based on the successfully
2380 struct rsn_pmksa_cache_entry *pmksa;
2382 pmksa = pmksa_cache_get_current(wpa_s->wpa);
2383 if (!pmksa || !pmksa->dpp_pfs)
2866 "PMKSA caching attempt rejected - drop PMKSA cache entry and fall back to SAE authentication");
2888 struct rsn_pmksa_cache_entry *pmksa;
2890 pmksa = pmksa_cache_get_current(wpa_s->wpa);
2891 if (pmksa) {
2893 "DPP: Drop PMKSA cache entry for the BSS due to invalid PMKID report");
2894 wpa_sm_pmksa_cache_remove(wpa_s->wpa, pmksa);