diff options
author | mef@chromium.org <mef@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 18:25:17 +0000 |
---|---|---|
committer | mef@chromium.org <mef@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 18:25:17 +0000 |
commit | e425d0367f95faebf357a0bd38e6e15750512ca1 (patch) | |
tree | 798b51ee7e6900a2585eb7bee4fa8fcb39b71475 /components/onc/onc_constants.cc | |
parent | 67675306efb33be9b362be04d6bf76ce8acff8c7 (diff) | |
download | chromium_src-e425d0367f95faebf357a0bd38e6e15750512ca1.zip chromium_src-e425d0367f95faebf357a0bd38e6e15750512ca1.tar.gz chromium_src-e425d0367f95faebf357a0bd38e6e15750512ca1.tar.bz2 |
Implement Networking Private API CreateNetwork function on Windows. Allows connection to hidden WiFi networks.
Defaults to TKIP encryption for WAPPSK and AES encryption for WAP2PSK. Exact encryption to use will have to be determined during Connect.
TBR=cpu@chromium.org for +third_party/libxml to DEPS.
BUG=267667
Review URL: https://codereview.chromium.org/105153002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/onc/onc_constants.cc')
-rw-r--r-- | components/onc/onc_constants.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc index 5b65f69..efd2b9d 100644 --- a/components/onc/onc_constants.cc +++ b/components/onc/onc_constants.cc @@ -140,6 +140,7 @@ const char kWEP_8021X[] = "WEP-8021X"; const char kWEP_PSK[] = "WEP-PSK"; const char kWPA_EAP[] = "WPA-EAP"; const char kWPA_PSK[] = "WPA-PSK"; +const char kWPA2_PSK[] = "WPA2-PSK"; } // namespace wifi namespace certificate { |