Searched refs:erp_resp (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/wpa/src/pasn/ |
| H A D | pasn_common.h | 32 struct wpabuf *erp_resp; member
|
| H A D | pasn_responder.c | 223 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 D | ieee802_11.c | 68 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 D | ieee802_11.h | 196 struct wpabuf *erp_resp,
|
| H A D | sta_info.c | 179 wpabuf_free(sta->pasn->fils.erp_resp); in ap_free_sta_pasn() 180 sta->pasn->fils.erp_resp = NULL; in ap_free_sta_pasn()
|