Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.h143 struct wpabuf *erp_resp,
Dieee802_11.c60 struct wpabuf *erp_resp,
1295 struct wpabuf *erp_resp, in prepare_auth_resp_fils() argument
1403 if (!pmksa && erp_resp) { in prepare_auth_resp_fils()
1405 wpabuf_put_u8(data, 1 + wpabuf_len(erp_resp)); /* Length */ in prepare_auth_resp_fils()
1408 wpabuf_put_buf(data, erp_resp); in prepare_auth_resp_fils()
1516 struct wpabuf *erp_resp, in ieee802_11_finish_fils_auth() argument
1528 data = prepare_auth_resp_fils(hapd, sta, &resp, NULL, erp_resp, in ieee802_11_finish_fils_auth()