Lines Matching refs:wpa
2 * WPA Supplicant - Glue code to setup EAPOL and RSN modules
14 #include "rsn_supp/wpa.h"
155 wpa_printf(MSG_DEBUG, "WPA: drop TX EAPOL in non-IEEE 802.1X "
161 if (pmksa_cache_get_current(wpa_s->wpa) &&
252 wpa_sm_aborted_cached(wpa_s->wpa);
358 wpa_msg(wpa_s, MSG_DEBUG, "WPA: EAPOL processing complete");
393 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
397 if (wpa_sm_set_ap_rsn_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
414 /* No WPA/RSN IE found in the cached scan results. Try to get updated
975 wpa_sm_pmksa_cache_flush(wpa_s->wpa, ssid);
1193 wpa_printf(MSG_ERROR, "Failed to allocate WPA context.");
1235 wpa_s->wpa = wpa_sm_init(ctx);
1236 if (wpa_s->wpa == NULL) {
1237 wpa_printf(MSG_ERROR, "Failed to initialize WPA state "
1288 wpa_sm_set_config(wpa_s->wpa, ssid ? &conf : NULL);