Home
last modified time | relevance | path

Searched refs:erp_msg (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dpasn_supplicant.c252 struct wpabuf *erp_msg; in wpas_pasn_fils_build_auth() local
255 erp_msg = eapol_sm_build_erp_reauth_start(wpa_s->eapol); in wpas_pasn_fils_build_auth()
256 if (!erp_msg) { in wpas_pasn_fils_build_auth()
302 wpabuf_put_u8(buf, 1 + wpabuf_len(erp_msg)); in wpas_pasn_fils_build_auth()
304 wpabuf_put_buf(buf, erp_msg); in wpas_pasn_fils_build_auth()
310 ret = fils_pmkid_erp(pasn->akmp, wpabuf_head(erp_msg), in wpas_pasn_fils_build_auth()
311 wpabuf_len(erp_msg), in wpas_pasn_fils_build_auth()
318 wpabuf_free(erp_msg); in wpas_pasn_fils_build_auth()
319 erp_msg = NULL; in wpas_pasn_fils_build_auth()
324 wpabuf_free(erp_msg); in wpas_pasn_fils_build_auth()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c4045 struct wpabuf *erp_msg; in fils_build_auth() local
4048 erp_msg = eapol_sm_build_erp_reauth_start(sm->eapol); in fils_build_auth()
4049 if (!erp_msg && !sm->cur_pmksa) { in fils_build_auth()
4056 erp_msg != NULL, sm->cur_pmksa != NULL); in fils_build_auth()
4149 if (erp_msg) { in fils_build_auth()
4151 wpabuf_put_u8(buf, 1 + wpabuf_len(erp_msg)); /* Length */ in fils_build_auth()
4154 wpabuf_put_buf(buf, erp_msg); in fils_build_auth()
4157 if (fils_pmkid_erp(sm->key_mgmt, wpabuf_head(erp_msg), in fils_build_auth()
4158 wpabuf_len(erp_msg), in fils_build_auth()
4167 wpabuf_free(erp_msg); in fils_build_auth()