Home | History | Annotate | Download | only in rsn_supp

Lines Matching defs:pmksa

41  * pmksa_candidate_free - Free all entries in PMKSA candidate list
102 pmksa_cache_add(sm->pmksa, pmk, pmk_len,
170 * address. This is usually called for PMKSA candidates found from scan results
284 * rsn_preauth_candidate_process - Process PMKSA candidates
287 * Go through the PMKSA candidates and start pre-authentication if a candidate
288 * without an existing PMKSA cache entry is found. Processed candidates will be
300 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
315 p = pmksa_cache_get(sm->pmksa, candidate->bssid, NULL);
318 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA "
328 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA candidate "
340 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: no more pending PMKSA "
346 * pmksa_candidate_add - Add a new PMKSA candidate
352 * This function is used to add PMKSA candidates for RSN pre-authentication. It
353 * is called from scan result processing and from driver events for PMKSA
362 pmksa_cache_get_opportunistic(sm->pmksa, sm->network_ctx,
407 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: added PMKSA cache "
440 * rsn_preauth_scan_result - Processing scan result for PMKSA canditates
443 * Add all suitable APs (Authenticators) from scan results into PMKSA
450 struct rsn_pmksa_cache_entry *pmksa;
462 pmksa = pmksa_cache_get(sm->pmksa, bssid, NULL);
463 if (pmksa && (!pmksa->opportunistic ||