summaryrefslogtreecommitdiffstats
path: root/components/wifi/network_properties.h
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2015-01-13 09:14:27 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-13 17:16:01 +0000
commit63f02baf9abbb2f28e2f1676ed10310fcf22eeb2 (patch)
treefee99e352b89336b66261f25ff017017d12d6cb0 /components/wifi/network_properties.h
parentd8c8e56321d4c9135ad7d5015db99fbb0e2ec4c2 (diff)
downloadchromium_src-63f02baf9abbb2f28e2f1676ed10310fcf22eeb2.zip
chromium_src-63f02baf9abbb2f28e2f1676ed10310fcf22eeb2.tar.gz
chromium_src-63f02baf9abbb2f28e2f1676ed10310fcf22eeb2.tar.bz2
ONC: Use HexSSID instead of SSID.
- Comparison of a network policy with network will use HexSSID now. - Translation from ONC to Shill now copies the HexSSID instead of translating SSID. - Fix ONC validation of HexSSID/SSID to be case insensitive. - When setting an ONC: SSID will be ignored if HexSSID is present - Reading network properties reports a HexSSID in ONC. BUG=432546 Review URL: https://codereview.chromium.org/823633004 Cr-Commit-Position: refs/heads/master@{#311281}
Diffstat (limited to 'components/wifi/network_properties.h')
-rw-r--r--components/wifi/network_properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/wifi/network_properties.h b/components/wifi/network_properties.h
index 5295138..8e4d179 100644
--- a/components/wifi/network_properties.h
+++ b/components/wifi/network_properties.h
@@ -7,6 +7,7 @@
#include <list>
#include <set>
+#include <string>
#include "base/values.h"
#include "components/wifi/wifi_export.h"