summaryrefslogtreecommitdiffstats
path: root/components/wifi/DEPS
diff options
context:
space:
mode:
authormef@chromium.org <mef@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 18:25:17 +0000
committermef@chromium.org <mef@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 18:25:17 +0000
commite425d0367f95faebf357a0bd38e6e15750512ca1 (patch)
tree798b51ee7e6900a2585eb7bee4fa8fcb39b71475 /components/wifi/DEPS
parent67675306efb33be9b362be04d6bf76ce8acff8c7 (diff)
downloadchromium_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/wifi/DEPS')
-rw-r--r--components/wifi/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/wifi/DEPS b/components/wifi/DEPS
index 273d26b..f88b423 100644
--- a/components/wifi/DEPS
+++ b/components/wifi/DEPS
@@ -1,3 +1,4 @@
include_rules = [
"+components/onc",
+ "+third_party/libxml",
]