Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:wpa

18 #include "rsn_supp/wpa.h"
308 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid,
316 wpa_msg(wpa_s, MSG_WARNING, "SME: Failed to set WPA "
324 * Both WPA and non-WPA IEEE 802.1X enabled in configuration -
325 * use non-WPA since the scan results did not indicate that the
326 * AP is using WPA or WPA2.
335 wpa_msg(wpa_s, MSG_WARNING, "SME: Failed to set WPA "
364 wpa_sm_set_ft_params(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0);
367 wpa_ft_prepare_auth_request(wpa_s->wpa, ie);
387 wpa_sm_has_ptk(wpa_s->wpa)) {
519 pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid, ssid, 0) == 0)
554 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid,
558 resp = fils_build_auth(wpa_s->wpa);
665 /* Starting new connection, so clear the possibly used WPA IE from the
667 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
877 wpa_sm_set_pmk(wpa_s->wpa, wpa_s->sme.sae.pmk, PMK_LEN,
943 if (wpa_ft_process_response(wpa_s->wpa, data->auth.ies,
963 if (fils_process_auth(wpa_s->wpa, data->auth.ies,
1029 buf = fils_build_assoc_req(wpa_s->wpa, &params.fils_kek,
1112 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, elems.rsn_ie - 2,
1116 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, elems.wpa_ie - 2,
1120 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, elems.osen - 2,
1123 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
1206 wpa_sm_aborted_cached(wpa_s->wpa);
1207 wpa_sm_pmksa_cache_flush(wpa_s->wpa, wpa_s->current_ssid);