Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:pmksa

34  * pmksa_candidate_free - Free all entries in PMKSA candidate list
96 pmksa_cache_add(sm->pmksa, pmk, pmk_len, NULL,
166 * address. This is usually called for PMKSA candidates found from scan results
293 * rsn_preauth_candidate_process - Process PMKSA candidates
296 * Go through the PMKSA candidates and start pre-authentication if a candidate
297 * without an existing PMKSA cache entry is found. Processed candidates will be
309 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
326 p = pmksa_cache_get(sm->pmksa, candidate->bssid, NULL, NULL);
329 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA "
339 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA candidate "
351 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: no more pending PMKSA "
357 * pmksa_candidate_add - Add a new PMKSA candidate
363 * This function is used to add PMKSA candidates for RSN pre-authentication. It
364 * is called from scan result processing and from driver events for PMKSA
373 pmksa_cache_get_opportunistic(sm->pmksa, sm->network_ctx,
430 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: added PMKSA cache "
463 * rsn_preauth_scan_result - Processing scan result for PMKSA canditates
466 * Add all suitable APs (Authenticators) from scan results into PMKSA
473 struct rsn_pmksa_cache_entry *pmksa;
485 pmksa = pmksa_cache_get(sm->pmksa, bssid, NULL, NULL);
486 if (pmksa && (!pmksa->opportunistic ||