mesh: Add timer for SAE authentication in RSN mesh
[mech_eap.git] / src / ap / sta_info.h
index 8ba3ff2..76e34e4 100644 (file)
@@ -66,6 +66,7 @@ struct sta_info {
        u8 aek[32];     /* SHA256 digest length */
        u8 mtk[16];
        u8 mgtk[16];
+       u8 sae_auth_retry;
 #endif /* CONFIG_MESH */
 
        unsigned int nonerp_set:1;