Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: components/onc/onc_constants.cc

Issue 759663004: ONC: add support for non-utf-8 SSIDs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adjusted onc_spec.html Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/onc/onc_constants.h" 5 #include "components/onc/onc_constants.h"
6 6
7 // Constants for ONC properties. 7 // Constants for ONC properties.
8 namespace onc { 8 namespace onc {
9 9
10 const char kAugmentationActiveSetting[] = "Active"; 10 const char kAugmentationActiveSetting[] = "Active";
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 const char kWebProxyAutoDiscoveryUrl[] = "WebProxyAutoDiscoveryUrl"; 176 const char kWebProxyAutoDiscoveryUrl[] = "WebProxyAutoDiscoveryUrl";
177 } // namespace ipconfig 177 } // namespace ipconfig
178 178
179 namespace wifi { 179 namespace wifi {
180 const char kAllowGatewayARPPolling[] = "AllowGatewayARPPolling"; 180 const char kAllowGatewayARPPolling[] = "AllowGatewayARPPolling";
181 const char kAutoConnect[] = "AutoConnect"; 181 const char kAutoConnect[] = "AutoConnect";
182 const char kBSSID[] = "BSSID"; 182 const char kBSSID[] = "BSSID";
183 const char kEAP[] = "EAP"; 183 const char kEAP[] = "EAP";
184 const char kFrequency[] = "Frequency"; 184 const char kFrequency[] = "Frequency";
185 const char kFrequencyList[] = "FrequencyList"; 185 const char kFrequencyList[] = "FrequencyList";
186 const char kHexSSID[] = "HexSSID";
186 const char kHiddenSSID[] = "HiddenSSID"; 187 const char kHiddenSSID[] = "HiddenSSID";
187 const char kPassphrase[] = "Passphrase"; 188 const char kPassphrase[] = "Passphrase";
188 const char kSSID[] = "SSID"; 189 const char kSSID[] = "SSID";
189 const char kSecurity[] = "Security"; 190 const char kSecurity[] = "Security";
190 const char kSecurityNone[] = "None"; 191 const char kSecurityNone[] = "None";
191 const char kSignalStrength[] = "SignalStrength"; 192 const char kSignalStrength[] = "SignalStrength";
192 const char kWEP_8021X[] = "WEP-8021X"; 193 const char kWEP_8021X[] = "WEP-8021X";
193 const char kWEP_PSK[] = "WEP-PSK"; 194 const char kWEP_PSK[] = "WEP-PSK";
194 const char kWPA_EAP[] = "WPA-EAP"; 195 const char kWPA_EAP[] = "WPA-EAP";
195 const char kWPA_PSK[] = "WPA-PSK"; 196 const char kWPA_PSK[] = "WPA-PSK";
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 const char kLoginIDField[] = "${LOGIN_ID}"; 374 const char kLoginIDField[] = "${LOGIN_ID}";
374 const char kEmailField[] = "${LOGIN_EMAIL}"; 375 const char kEmailField[] = "${LOGIN_EMAIL}";
375 } // namespace substitutes 376 } // namespace substitutes
376 377
377 namespace global_network_config { 378 namespace global_network_config {
378 const char kAllowOnlyPolicyNetworksToAutoconnect[] = 379 const char kAllowOnlyPolicyNetworksToAutoconnect[] =
379 "AllowOnlyPolicyNetworksToAutoconnect"; 380 "AllowOnlyPolicyNetworksToAutoconnect";
380 } // global_network_config 381 } // global_network_config
381 382
382 } // namespace onc 383 } // namespace onc
OLDNEW
« components/onc/docs/onc_spec.html ('K') | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698