summaryrefslogtreecommitdiff
path: root/gsupplicant/gsupplicant.h
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@nokia.com>2011-01-26 10:09:31 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-27 12:11:19 +0100
commit53887ea0c454b58f06c32876a484c1765d44ffd9 (patch)
treef0aa36549beae68a0ecd99b6c8ae025f1fec7c61 /gsupplicant/gsupplicant.h
parentd8a4d6fa6e65242019ef319c05695474ee2d45fc (diff)
downloadconnman-53887ea0c454b58f06c32876a484c1765d44ffd9.tar.gz
connman-53887ea0c454b58f06c32876a484c1765d44ffd9.tar.bz2
connman-53887ea0c454b58f06c32876a484c1765d44ffd9.zip
gsupplicant: WPS credentials signal support
Diffstat (limited to 'gsupplicant/gsupplicant.h')
-rw-r--r--gsupplicant/gsupplicant.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsupplicant/gsupplicant.h b/gsupplicant/gsupplicant.h
index 94044020..4f507e3b 100644
--- a/gsupplicant/gsupplicant.h
+++ b/gsupplicant/gsupplicant.h
@@ -155,6 +155,9 @@ void *g_supplicant_interface_get_data(GSupplicantInterface *interface);
const char *g_supplicant_interface_get_ifname(GSupplicantInterface *interface);
const char *g_supplicant_interface_get_driver(GSupplicantInterface *interface);
GSupplicantState g_supplicant_interface_get_state(GSupplicantInterface *interface);
+const char *g_supplicant_interface_get_wps_key(GSupplicantInterface *interface);
+const void *g_supplicant_interface_get_wps_ssid(GSupplicantInterface *interface,
+ unsigned int *ssid_len);
/* Network API */
struct _GSupplicantNetwork;