|
@@ -422,5 +422,8 @@ int wpa_auth_write_fte(struct wpa_authenticator *wpa_auth, u8 *buf, size_t len);
|
|
void wpa_auth_get_fils_aead_params(struct wpa_state_machine *sm,
|
|
void wpa_auth_get_fils_aead_params(struct wpa_state_machine *sm,
|
|
u8 *fils_anonce, u8 *fils_snonce,
|
|
u8 *fils_anonce, u8 *fils_snonce,
|
|
u8 *fils_kek, size_t *fils_kek_len);
|
|
u8 *fils_kek, size_t *fils_kek_len);
|
|
|
|
+u8 * wpa_auth_write_assoc_resp_owe(struct wpa_state_machine *sm,
|
|
|
|
+ u8 *pos, size_t max_len,
|
|
|
|
+ const u8 *req_ies, size_t req_ies_len);
|
|
|
|
|
|
#endif /* WPA_AUTH_H */
|
|
#endif /* WPA_AUTH_H */
|