Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:wpa

2  * WPA Supplicant - Driver event processing
19 #include "wpa.h"
67 wpa_sm_set_config(wpa_s->wpa, wpa_s->current_ssid);
82 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
105 if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
110 pmksa_set = pmksa_cache_set_current(wpa_s->wpa,
137 pmksa_candidate_add(wpa_s->wpa, data->pmkid_candidate.bssid,
226 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
315 wpa_printf(MSG_DEBUG, " skip WPA IE - parse failed");
319 wpa_printf(MSG_DEBUG, " skip WPA IE - proto "
325 wpa_printf(MSG_DEBUG, " skip WPA IE - PTK cipher "
331 wpa_printf(MSG_DEBUG, " skip WPA IE - GTK cipher "
337 wpa_printf(MSG_DEBUG, " skip WPA IE - key mgmt "
342 wpa_printf(MSG_DEBUG, " selected based on WPA IE");
347 wpa_printf(MSG_DEBUG, " skip - no WPA/RSN proto match");
368 /* First, try to find WPA-enabled AP */
369 wpa_printf(MSG_DEBUG, "Try to find WPA-enabled AP");
385 wpa_printf(MSG_DEBUG, " skip - no WPA/RSN IE");
411 wpa_printf(MSG_DEBUG, " selected WPA AP "
421 /* If no WPA-enabled AP found, try to find non-WPA AP, if configuration
423 wpa_printf(MSG_DEBUG, "Try to find non-WPA AP");
463 "non-WPA network not allowed");
471 "WPA network");
489 wpa_printf(MSG_DEBUG, " selected non-WPA AP "
563 rsn_preauth_scan_results(wpa_s->wpa, results, num);
610 /* Go through the IEs and make a copy of the WPA/RSN IE, if present. */
621 if (wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, p, len))
631 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
633 /* WPA/RSN IE from Beacon/ProbeResp */
637 /* Go through the IEs and make a copy of the WPA/RSN IEs, if present.
651 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, p, len);
657 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, p, len);
665 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
667 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0);
707 wpa_sm_notify_assoc(wpa_s->wpa, bssid);
745 * IBSS for WPA-None. Ignore them for now.
748 "IBSS/WPA-None mode");
754 wpa_msg(wpa_s, MSG_INFO, "WPA: 4-Way Handshake failed - "
763 wpa_sm_notify_disassoc(wpa_s->wpa);
783 wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
848 wpa_sm_stkstart(wpa_s->wpa, data->stkstart.peer);