]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/wpa_auth_i.h
Store a copy of Association Request RSNXE in AP mode for later use
[thirdparty/hostap.git] / src / ap / wpa_auth_i.h
index f568a90c89617fd3894acaabcd26f03bd4d25cdb..a993f50089168b4d1a0aa4ab0a7dda059263cb12 100644 (file)
@@ -102,6 +102,8 @@ struct wpa_state_machine {
 
        u8 *wpa_ie;
        size_t wpa_ie_len;
+       u8 *rsnxe;
+       size_t rsnxe_len;
 
        enum {
                WPA_VERSION_NO_WPA = 0 /* WPA not used */,