Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dpasn_supplicant.c295 struct wpabuf *erp_msg; in wpas_pasn_fils_build_auth() local
298 erp_msg = eapol_sm_build_erp_reauth_start(wpa_s->eapol); in wpas_pasn_fils_build_auth()
299 if (!erp_msg) { in wpas_pasn_fils_build_auth()
345 wpabuf_put_u8(buf, 1 + wpabuf_len(erp_msg)); in wpas_pasn_fils_build_auth()
347 wpabuf_put_buf(buf, erp_msg); in wpas_pasn_fils_build_auth()
353 ret = fils_pmkid_erp(pasn->akmp, wpabuf_head(erp_msg), in wpas_pasn_fils_build_auth()
354 wpabuf_len(erp_msg), in wpas_pasn_fils_build_auth()
361 wpabuf_free(erp_msg); in wpas_pasn_fils_build_auth()
362 erp_msg = NULL; in wpas_pasn_fils_build_auth()
367 wpabuf_free(erp_msg); in wpas_pasn_fils_build_auth()
/hostap-3.6.0/src/rsn_supp/
Dwpa.c4036 struct wpabuf *erp_msg; in fils_build_auth() local
4039 erp_msg = eapol_sm_build_erp_reauth_start(sm->eapol); in fils_build_auth()
4040 if (!erp_msg && !sm->cur_pmksa) { in fils_build_auth()
4047 erp_msg != NULL, sm->cur_pmksa != NULL); in fils_build_auth()
4140 if (erp_msg) { in fils_build_auth()
4142 wpabuf_put_u8(buf, 1 + wpabuf_len(erp_msg)); /* Length */ in fils_build_auth()
4145 wpabuf_put_buf(buf, erp_msg); in fils_build_auth()
4148 if (fils_pmkid_erp(sm->key_mgmt, wpabuf_head(erp_msg), in fils_build_auth()
4149 wpabuf_len(erp_msg), in fils_build_auth()
4158 wpabuf_free(erp_msg); in fils_build_auth()