WiFiServiceImpl (Windows): Fixed wrong authentication type with WEP-PSK.
commitf38b0349ac26baf2d936183df96c3c1a4e6d60f1
authormgiuca <mgiuca@chromium.org>
Tue, 7 Jul 2015 04:39:31 +0000 (6 21:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Jul 2015 04:40:04 +0000 (7 04:40 +0000)
treeab7615fe29bbc8a590ea778d69e47da5addf1a32
parent01a75fbc88c17d50f87c35f260e5dbbb48c1ec8b
WiFiServiceImpl (Windows): Fixed wrong authentication type with WEP-PSK.

Previously the "authentication" field was set to "open" when using
WEP-PSK security, which seems to be a copy-paste error. It should be set
to "WEP".

BUG=506445,505319

Review URL: https://codereview.chromium.org/1212173003

Cr-Commit-Position: refs/heads/master@{#337561}
components/wifi/wifi_service_win.cc