Add QCA vendor attribute and event to indicate subnet change status
[mech_eap.git] / src / drivers / driver.h
index 09c4fa1..1ed2320 100644 (file)
@@ -4106,6 +4106,12 @@ union wpa_event_data {
                 * ptk_kek_len - The length of ptk_kek
                 */
                size_t ptk_kek_len;
+
+               /**
+                * subnet_status - The subnet status:
+                * 0 = unknown, 1 = unchanged, 2 = changed
+                */
+               u8 subnet_status;
        } assoc_info;
 
        /**