Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:wpa

2  * WPA Supplicant - Glue code to setup EAPOL and RSN modules
14 #include "rsn_supp/wpa.h"
153 wpa_printf(MSG_DEBUG, "WPA: drop TX EAPOL in non-IEEE 802.1X "
159 if (pmksa_cache_get_current(wpa_s->wpa) &&
250 wpa_sm_aborted_cached(wpa_s->wpa);
356 wpa_msg(wpa_s, MSG_DEBUG, "WPA: EAPOL processing complete");
391 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
395 if (wpa_sm_set_ap_rsn_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
412 /* No WPA/RSN IE found in the cached scan results. Try to get updated
934 wpa_sm_pmksa_cache_flush(wpa_s->wpa, ssid);
1145 wpa_printf(MSG_ERROR, "Failed to allocate WPA context.");
1187 wpa_s->wpa = wpa_sm_init(ctx);
1188 if (wpa_s->wpa == NULL) {
1189 wpa_printf(MSG_ERROR, "Failed to initialize WPA state "
1236 wpa_sm_set_config(wpa_s->wpa, ssid ? &conf : NULL);