diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2011-02-03 00:23:13 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-02-03 00:23:13 +0100 |
commit | c0e306d373d4dd9119400cef0f4473783974975e (patch) | |
tree | 2c20cd1d6e2337139a59954d24d6545421122878 /gsupplicant/gsupplicant.h | |
parent | 11a61177bbd78969e7d95cca0d3bd083ab0b1106 (diff) | |
download | connman-c0e306d373d4dd9119400cef0f4473783974975e.tar.gz connman-c0e306d373d4dd9119400cef0f4473783974975e.tar.bz2 connman-c0e306d373d4dd9119400cef0f4473783974975e.zip |
gsupplicant: Set WPA ciphers
Diffstat (limited to 'gsupplicant/gsupplicant.h')
-rw-r--r-- | gsupplicant/gsupplicant.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gsupplicant/gsupplicant.h b/gsupplicant/gsupplicant.h index e018adad..c6d10abc 100644 --- a/gsupplicant/gsupplicant.h +++ b/gsupplicant/gsupplicant.h @@ -110,6 +110,8 @@ struct _GSupplicantSSID { unsigned int scan_ssid; GSupplicantMode mode; GSupplicantSecurity security; + unsigned int pairwise_cipher; + unsigned int group_cipher; unsigned int freq; const char *eap; const char *passphrase; |