]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/config_ssid.h
HS 2.0: Remove temporary network block on cred block removal
[thirdparty/hostap.git] / wpa_supplicant / config_ssid.h
index 2d4d91453f266f8725eb53a15434c9eb655ba5c7..99f37663b69498f9aee831cb6393434e9a57473c 100644 (file)
@@ -542,6 +542,15 @@ struct wpa_ssid {
         * disabled_until - Network block disabled until this time if non-zero
         */
        struct os_time disabled_until;
+
+       /**
+        * parent_cred - Pointer to parent wpa_cred entry
+        *
+        * This pointer can be used to delete temporary networks when a wpa_cred
+        * that was used to create them is removed. This pointer should not be
+        * dereferences since it may not be updated in all cases.
+        */
+       void *parent_cred;
 };
 
 #endif /* CONFIG_SSID_H */