]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/rsn_supp/wpa.h
FILS: Add elements to FILS Association Request frame
[thirdparty/hostap.git] / src / rsn_supp / wpa.h
index 2f99b6ee152298417123fea22d0027b7386605bb..3b2dbcf43746f480ba91229c80789e7102a547f2 100644 (file)
@@ -428,5 +428,8 @@ void wpa_sm_set_test_assoc_ie(struct wpa_sm *sm, struct wpabuf *buf);
 
 struct wpabuf * fils_build_auth(struct wpa_sm *sm);
 int fils_process_auth(struct wpa_sm *sm, const u8 *data, size_t len);
+struct wpabuf * fils_build_assoc_req(struct wpa_sm *sm, const u8 **kek,
+                                    size_t *kek_len, const u8 **snonce,
+                                    const u8 **anonce);
 
 #endif /* WPA_H */