Lines Matching full:authentication
2 * RSN pre-authentication (supplicant)
120 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with " in rsn_preauth_eapol_cb()
134 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with " in rsn_preauth_timeout()
168 * rsn_preauth_init - Start new RSN pre-authentication
172 * Returns: 0 on success, -1 on another pre-authentication is in progress,
176 * This function request an RSN pre-authentication with a given destination
179 * pre-authentication.
192 "RSN: starting pre-authentication with " MACSTR, MAC2STR(dst)); in rsn_preauth_init()
199 "processing for pre-authentication"); in rsn_preauth_init()
211 "pre-authentication"); in rsn_preauth_init()
238 "state machines for pre-authentication"); in rsn_preauth_init()
278 * rsn_preauth_deinit - Abort RSN pre-authentication
281 * This function aborts the current RSN pre-authentication (if one is started)
307 * Go through the PMKSA candidates and start pre-authentication if a candidate
327 "state for new pre-authentication"); in rsn_preauth_candidate_process()
340 " selected for pre-authentication", in rsn_preauth_candidate_process()
349 MACSTR " does not need pre-authentication anymore", in rsn_preauth_candidate_process()
372 * @preauth: Whether the candidate AP advertises support for pre-authentication
374 * This function is used to add PMKSA candidates for RSN pre-authentication. It
512 * rsn_preauth_get_status - Get pre-authentication status
519 * Query WPA2 pre-authentication for status information. This function fills in
530 ret = os_snprintf(pos, end - pos, "Pre-authentication " in rsn_preauth_get_status()
547 * rsn_preauth_in_progress - Verify whether pre-authentication is in progress