sta->auth_alg == WLAN_AUTH_FILS_SK_PFS ||
sta->auth_alg == WLAN_AUTH_FILS_PK))
p = wpa_auth_write_assoc_resp_fils(sta->wpa_sm, p,
- buf + buflen - p,
- ies, ies_len);
+ buf + buflen - p);
#endif /* CONFIG_FILS */
#ifdef CONFIG_OWE
u8 * wpa_auth_write_assoc_resp_owe(struct wpa_state_machine *sm,
u8 *pos, size_t max_len);
u8 * wpa_auth_write_assoc_resp_fils(struct wpa_state_machine *sm,
- u8 *pos, size_t max_len,
- const u8 *req_ies, size_t req_ies_len);
+ u8 *pos, size_t max_len);
bool wpa_auth_write_fd_rsn_info(struct wpa_authenticator *wpa_auth,
u8 *fd_rsn_info);
void wpa_auth_set_auth_alg(struct wpa_state_machine *sm, u16 auth_alg);
#ifdef CONFIG_FILS
u8 * wpa_auth_write_assoc_resp_fils(struct wpa_state_machine *sm,
- u8 *pos, size_t max_len,
- const u8 *req_ies, size_t req_ies_len)
+ u8 *pos, size_t max_len)
{
int res;