summaryrefslogtreecommitdiff
path: root/gsupplicant/gsupplicant.h
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@nokia.com>2011-01-26 10:09:33 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-27 12:12:14 +0100
commitbeec5f11ed9c7d343d56bc29638196051a308217 (patch)
treeb51e7f77a4b292b59f7c790f7fcf7f97c6331f3d /gsupplicant/gsupplicant.h
parentda4e20faacfb86123b53c6b723408e1141f09f8c (diff)
downloadconnman-beec5f11ed9c7d343d56bc29638196051a308217.tar.gz
connman-beec5f11ed9c7d343d56bc29638196051a308217.tar.bz2
connman-beec5f11ed9c7d343d56bc29638196051a308217.zip
gsupplicant: WPS start() method implementation
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 05f5c358..0df86408 100644
--- a/gsupplicant/gsupplicant.h
+++ b/gsupplicant/gsupplicant.h
@@ -116,6 +116,8 @@ struct _GSupplicantSSID {
const char *private_key_path;
const char *private_key_passphrase;
const char *phase2_auth;
+ dbus_bool_t use_wps;
+ const char *pin_wps;
};
typedef struct _GSupplicantSSID GSupplicantSSID;