Home
last modified time | relevance | path

Searched refs:erp_resp (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/pasn/
Dpasn_responder.c223 if (!fils->erp_resp) { in pasn_get_fils_wd()
258 wpabuf_put_u8(buf, 1 + wpabuf_len(fils->erp_resp)); in pasn_get_fils_wd()
260 wpabuf_put_buf(buf, fils->erp_resp); in pasn_get_fils_wd()
Dpasn_common.h32 struct wpabuf *erp_resp; member
/hostap-latest/src/ap/
Dieee802_11.c68 struct wpabuf *erp_resp,
78 struct wpabuf *erp_resp,
2061 struct wpabuf *erp_resp, in prepare_auth_resp_fils() argument
2170 if (!pmksa && erp_resp) { in prepare_auth_resp_fils()
2172 wpabuf_put_u8(data, 1 + wpabuf_len(erp_resp)); /* Length */ in prepare_auth_resp_fils()
2175 wpabuf_put_buf(data, erp_resp); in prepare_auth_resp_fils()
2296 struct wpabuf *erp_resp, in ieee802_11_finish_fils_auth() argument
2314 data = prepare_auth_resp_fils(hapd, sta, &resp, NULL, erp_resp, in ieee802_11_finish_fils_auth()
2324 pasn_fils_auth_resp(hapd, sta, resp, erp_resp, in ieee802_11_finish_fils_auth()
2426 struct wpabuf *erp_resp, in pasn_fils_auth_resp() argument
[all …]
Dieee802_11.h196 struct wpabuf *erp_resp,
Dsta_info.c183 wpabuf_free(sta->pasn->fils.erp_resp); in ap_free_sta_pasn()
184 sta->pasn->fils.erp_resp = NULL; in ap_free_sta_pasn()