gsupplicant: Implement network properties changes notification
[platform/upstream/connman.git] / gsupplicant / gsupplicant.h
index 5c453aa..c39d596 100644 (file)
@@ -208,6 +208,8 @@ struct _GSupplicantCallbacks {
        void (*scan_finished) (GSupplicantInterface *interface);
        void (*network_added) (GSupplicantNetwork *network);
        void (*network_removed) (GSupplicantNetwork *network);
+       void (*network_changed) (GSupplicantNetwork *network,
+                                       const char *property);
        void (*debug) (const char *str);
 };