Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:wpa

2  * WPA Supplicant - Glue code to setup EAPOL and RSN modules
19 #include "wpa.h"
138 wpa_printf(MSG_DEBUG, "WPA: drop TX EAPOL in non-IEEE 802.1X "
144 if (pmksa_cache_get_current(wpa_s->wpa) &&
218 wpa_sm_aborted_cached(wpa_s->wpa);
285 wpa_msg(wpa_s, MSG_DEBUG, "WPA: EAPOL processing complete");
326 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
330 if (wpa_sm_set_ap_rsn_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
347 /* No WPA/RSN IE found in the cached scan results. Try to get updated
584 wpa_printf(MSG_ERROR, "Failed to allocate WPA context.");
612 wpa_s->wpa = wpa_sm_init(ctx);
613 if (wpa_s->wpa == NULL) {
614 WPA state "
641 wpa_sm_set_config(wpa_s->wpa, ssid ? &conf : NULL);