summaryrefslogtreecommitdiff
path: root/gsupplicant/gsupplicant.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-09-08 08:00:49 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-09-12 12:06:01 +0200
commit66e533a6d154ad264b26ce63c3e1b7c908aa266c (patch)
tree46a68ad6fffb4987901788809c95ab762677f969 /gsupplicant/gsupplicant.h
parent9b2a72efbf273815b19f3292617bbc9564a67b22 (diff)
downloadconnman-66e533a6d154ad264b26ce63c3e1b7c908aa266c.tar.gz
connman-66e533a6d154ad264b26ce63c3e1b7c908aa266c.tar.bz2
connman-66e533a6d154ad264b26ce63c3e1b7c908aa266c.zip
gsupplicant: Implement network properties changes notification
This is only used for propagatong signal changes for now.
Diffstat (limited to 'gsupplicant/gsupplicant.h')
-rw-r--r--gsupplicant/gsupplicant.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gsupplicant/gsupplicant.h b/gsupplicant/gsupplicant.h
index 5c453aac..c39d5966 100644
--- a/gsupplicant/gsupplicant.h
+++ b/gsupplicant/gsupplicant.h
@@ -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);
};