Lines Matching full:pmksa
34 * pmksa_candidate_free - Free all entries in PMKSA candidate list
95 pmksa_cache_add(sm->pmksa, pmk, pmk_len,
163 * address. This is usually called for PMKSA candidates found from scan results
277 * rsn_preauth_candidate_process - Process PMKSA candidates
280 * Go through the PMKSA candidates and start pre-authentication if a candidate
281 * without an existing PMKSA cache entry is found. Processed candidates will be
293 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
308 p = pmksa_cache_get(sm->pmksa, candidate->bssid, NULL, NULL);
311 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA "
321 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA candidate "
333 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: no more pending PMKSA "
339 * pmksa_candidate_add - Add a new PMKSA candidate
345 * This function is used to add PMKSA candidates for RSN pre-authentication. It
346 * is called from scan result processing and from driver events for PMKSA
355 pmksa_cache_get_opportunistic(sm->pmksa, sm->network_ctx,
400 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: added PMKSA cache "
433 * rsn_preauth_scan_result - Processing scan result for PMKSA canditates
436 * Add all suitable APs (Authenticators) from scan results into PMKSA
443 struct rsn_pmksa_cache_entry *pmksa;
455 pmksa = pmksa_cache_get(sm->pmksa, bssid, NULL, NULL);
456 if (pmksa && (!pmksa->opportunistic ||