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

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

Issue 1412283006: Translate 802.1x WEP ("Enterprise WEP") (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 200
201 namespace wifi { 201 namespace wifi {
202 const char kAllowGatewayARPPolling[] = "AllowGatewayARPPolling"; 202 const char kAllowGatewayARPPolling[] = "AllowGatewayARPPolling";
203 const char kAutoConnect[] = "AutoConnect"; 203 const char kAutoConnect[] = "AutoConnect";
204 const char kBSSID[] = "BSSID"; 204 const char kBSSID[] = "BSSID";
205 const char kEAP[] = "EAP"; 205 const char kEAP[] = "EAP";
206 const char kFrequency[] = "Frequency"; 206 const char kFrequency[] = "Frequency";
207 const char kFrequencyList[] = "FrequencyList"; 207 const char kFrequencyList[] = "FrequencyList";
208 const char kHexSSID[] = "HexSSID"; 208 const char kHexSSID[] = "HexSSID";
209 const char kHiddenSSID[] = "HiddenSSID"; 209 const char kHiddenSSID[] = "HiddenSSID";
210 const char kKeyMgmtIEEE8021X[] = "IEEE8021X";
210 const char kPassphrase[] = "Passphrase"; 211 const char kPassphrase[] = "Passphrase";
211 const char kRoamThreshold[] = "RoamThreshold"; 212 const char kRoamThreshold[] = "RoamThreshold";
212 const char kSSID[] = "SSID"; 213 const char kSSID[] = "SSID";
213 const char kSecurity[] = "Security"; 214 const char kSecurity[] = "Security";
214 const char kSecurityNone[] = "None"; 215 const char kSecurityNone[] = "None";
215 const char kSignalStrength[] = "SignalStrength"; 216 const char kSignalStrength[] = "SignalStrength";
216 const char kWEP_8021X[] = "WEP-8021X"; 217 const char kWEP_8021X[] = "WEP-8021X";
217 const char kWEP_PSK[] = "WEP-PSK"; 218 const char kWEP_PSK[] = "WEP-PSK";
218 const char kWPA_EAP[] = "WPA-EAP"; 219 const char kWPA_EAP[] = "WPA-EAP";
219 const char kWPA_PSK[] = "WPA-PSK"; 220 const char kWPA_PSK[] = "WPA-PSK";
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 } // global_network_config 421 } // global_network_config
421 422
422 namespace device_state { 423 namespace device_state {
423 const char kUninitialized[] = "Uninitialized"; 424 const char kUninitialized[] = "Uninitialized";
424 const char kDisabled[] = "Disabled"; 425 const char kDisabled[] = "Disabled";
425 const char kEnabling[] = "Enabling"; 426 const char kEnabling[] = "Enabling";
426 const char kEnabled[] = "Enabled"; 427 const char kEnabled[] = "Enabled";
427 } // device_state 428 } // device_state
428 429
429 } // namespace onc 430 } // namespace onc
OLDNEW
« chromeos/network/onc/onc_translator_unittest.cc ('K') | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698