Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:pmksa

265 		 * matching PMKSA cache entry here. */
266 sm->cur_pmksa = pmksa_cache_get(sm->pmksa, src_addr, pmkid,
270 "RSN: found matching PMKID from PMKSA cache");
282 wpa_hexdump_key(MSG_DEBUG, "RSN: PMK from PMKSA cache",
325 sa = pmksa_cache_add(sm->pmksa,
333 pmksa_cache_get(sm->pmksa, src_addr, pmkid, NULL))
361 "RSN: Cancelled PMKSA caching "
380 "RSN: no PMKSA entry found - trigger "
661 "opportunistic PMKSA entry - marking it valid");
1427 sa = pmksa_cache_add(sm->pmksa, sm->pmk, sm->pmk_len, NULL,
1820 * wpa_sm_aborted_cached - Notify WPA that PMKSA caching was aborted
1827 "RSN: Cancelling PMKSA caching attempt");
2405 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA cache entry free_cb: "
2410 "RSN: %s current PMKSA entry",
2418 * (reauth or failed PMKSA caching attempt).
2463 sm->pmksa = pmksa_cache_init(wpa_sm_pmksa_free_cb, sm, sm);
2464 if (sm->pmksa == NULL) {
2466 "RSN: PMKSA cache initialization failed");
2483 pmksa_cache_deinit(sm->pmksa);
2619 * @bssid: AA to add into PMKSA cache or %NULL to not cache the PMK
2639 pmksa_cache_add(sm->pmksa, pmk, pmk_len, pmkid, NULL, 0,
2647 * wpa_sm_set_pmk_from_pmksa - Set PMK based on the current PMKSA
2650 * Take the PMK from the current PMKSA into use. If no PMKSA is active, the PMK
2944 * the correct version of the IE even if PMKSA caching is
3096 return pmksa_cache_list(sm->pmksa, buf, len);
3102 return pmksa_cache_head(sm->pmksa);
3110 return pmksa_cache_add_entry(sm->pmksa, entry);
3152 pmksa_cache_flush(sm->pmksa, network_ctx, NULL, 0);
3299 "FILS: Neither ERP EAP-Initiate/Re-auth nor PMKSA cache entry is available - skip FILS");
3446 "FILS: Matching PMKID - continue using PMKSA caching");
3451 "FILS: No PMKID match - cannot use cached PMKSA entry");
3505 wpa_printf(MSG_DEBUG, "FILS: ERP processing succeeded - add PMKSA cache entry for the result");
3506 sm->cur_pmksa = pmksa_cache_add(sm->pmksa, sm->pmk, sm->pmk_len,