Home
last modified time | relevance | path

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

/src/contrib/wpa/src/pasn/
H A Dpasn_common.h32 struct wpabuf *erp_resp; member
H A 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()
/src/contrib/wpa/src/ap/
H A Dieee802_11.c68 struct wpabuf *erp_resp,
78 struct wpabuf *erp_resp,
2059 struct wpabuf *erp_resp, in prepare_auth_resp_fils() argument
2168 if (!pmksa && erp_resp) { in prepare_auth_resp_fils()
2170 wpabuf_put_u8(data, 1 + wpabuf_len(erp_resp)); /* Length */ in prepare_auth_resp_fils()
2173 wpabuf_put_buf(data, erp_resp); in prepare_auth_resp_fils()
2294 struct wpabuf *erp_resp, in ieee802_11_finish_fils_auth() argument
2312 data = prepare_auth_resp_fils(hapd, sta, &resp, NULL, erp_resp, in ieee802_11_finish_fils_auth()
2322 pasn_fils_auth_resp(hapd, sta, resp, erp_resp, in ieee802_11_finish_fils_auth()
2424 struct wpabuf *erp_resp, in pasn_fils_auth_resp() argument
[all …]
H A Dieee802_11.h196 struct wpabuf *erp_resp,
H A Dsta_info.c179 wpabuf_free(sta->pasn->fils.erp_resp); in ap_free_sta_pasn()
180 sta->pasn->fils.erp_resp = NULL; in ap_free_sta_pasn()