Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:wpa

2  * WPA Supplicant - Driver event processing
19 #include "wpa.h"
91 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
116 if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
121 pmksa_set = pmksa_cache_set_current(wpa_s->wpa,
148 pmksa_candidate_add(wpa_s->wpa, data->pmkid_candidate.bssid,
237 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
341 wpa_printf(MSG_DEBUG, " skip WPA IE - parse failed");
345 wpa_printf(MSG_DEBUG, " skip WPA IE - proto "
351 wpa_printf(MSG_DEBUG, " skip WPA IE - PTK cipher "
357 wpa_printf(MSG_DEBUG, " skip WPA IE - GTK cipher "
363 wpa_printf(MSG_DEBUG, " skip WPA IE - key mgmt "
368 wpa_printf(MSG_DEBUG, " selected based on WPA IE");
373 wpa_printf(MSG_DEBUG, " skip - no WPA/RSN proto match");
390 wpa_printf(MSG_DEBUG, "Try to find WPA-enabled AP");
424 wpa_printf(MSG_DEBUG, " skip - no WPA/RSN IE");
461 wpa_printf(MSG_DEBUG, " selected WPA AP "
485 wpa_printf(MSG_DEBUG, "Try to find non-WPA AP");
560 "non-WPA network not allowed");
571 "WPA network");
587 wpa_printf(MSG_DEBUG, " selected non-WPA AP "
609 /* First, try to find WPA-enabled AP */
614 /* If no WPA-enabled AP found, try to find non-WPA AP, if configuration
706 rsn_preauth_scan_results(wpa_s->wpa, wpa_s->scan_res);
765 /* Go through the IEs and make a copy of the WPA/RSN IE, if present. */
776 if (wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, p, len))
786 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
788 /* WPA/RSN IE from Beacon/ProbeResp */
792 /* Go through the IEs and make a copy of the WPA/RSN IEs, if present.
806 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, p, len);
812 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, p, len);
820 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
822 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0);
832 int ft_completed = wpa_ft_is_completed(wpa_s->wpa);
865 wpa_sm_notify_assoc(wpa_s->wpa, bssid);
936 * IBSS for WPA-None. Ignore them for now.
939 "IBSS/WPA-None mode");
945 wpa_msg(wpa_s, MSG_INFO, "WPA: 4-Way Handshake failed - "
954 wpa_sm_notify_disassoc(wpa_s->wpa);
974 wpa_printf(MSG_DEBUG, "WPA: Sending pending MIC error report");
975 wpa_sm_key_request(wpa_s->wpa, 1, wpa_s->pending_mic_error_pairwise);
1000 wpa_sm_key_request(wpa_s->wpa, 1,
1007 wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
1049 wpa_printf(MSG_DEBUG, "WPA: Delay MIC error report %d "
1061 wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
1064 wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
1108 wpa_sm_stkstart(wpa_s->wpa, data->stkstart.peer);
1121 if (wpa_ft_process_response(wpa_s->wpa, data->ft_ies.ies,