Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pmksa

40  * pmksa_candidate_free - Free all entries in PMKSA candidate list
106 pmksa_cache_add(sm->pmksa, pmk, pmk_len,
173 * address. This is usually called for PMKSA candidates found from scan results
287 * rsn_preauth_candidate_process - Process PMKSA candidates
290 * Go through the PMKSA candidates and start pre-authentication if a candidate
291 * without an existing PMKSA cache entry is found. Processed candidates will be
303 wpa_msg(sm->ctx->ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
317 p = pmksa_cache_get(sm->pmksa, candidate->bssid, NULL);
320 wpa_msg(sm->ctx->ctx, MSG_DEBUG, "RSN: PMKSA "
329 wpa_msg(sm->ctx->ctx, MSG_DEBUG, "RSN: PMKSA candidate "
341 wpa_msg(sm->ctx->ctx, MSG_DEBUG, "RSN: no more pending PMKSA "
347 * pmksa_candidate_add - Add a new PMKSA candidate
353 * This function is used to add PMKSA candidates for RSN pre-authentication. It
354 * is called from scan result processing and from driver events for PMKSA
363 pmksa_cache_get_opportunistic(sm->pmksa, sm->cur_ssid, bssid);
414 wpa_msg(sm->ctx->ctx, MSG_DEBUG, "RSN: added PMKSA cache "
423 * rsn_preauth_scan_results - Process scan results to find PMKSA candidates
429 * (Authenticators) into PMKSA candidate list.
437 struct rsn_pmksa_cache_entry *pmksa;
462 pmksa = pmksa_cache_get(sm->pmksa, r->bssid, NULL);
463 if (pmksa &&
464 (!pmksa->opportunistic ||