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

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

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 #ifndef COMPONENTS_ONC_ONC_CONSTANTS_H_ 4 #ifndef COMPONENTS_ONC_ONC_CONSTANTS_H_
5 #define COMPONENTS_ONC_ONC_CONSTANTS_H_ 5 #define COMPONENTS_ONC_ONC_CONSTANTS_H_
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "components/onc/onc_export.h" 9 #include "components/onc/onc_export.h"
10 10
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 214
215 namespace wifi { 215 namespace wifi {
216 ONC_EXPORT extern const char kAllowGatewayARPPolling[]; 216 ONC_EXPORT extern const char kAllowGatewayARPPolling[];
217 ONC_EXPORT extern const char kAutoConnect[]; 217 ONC_EXPORT extern const char kAutoConnect[];
218 ONC_EXPORT extern const char kBSSID[]; 218 ONC_EXPORT extern const char kBSSID[];
219 ONC_EXPORT extern const char kEAP[]; 219 ONC_EXPORT extern const char kEAP[];
220 ONC_EXPORT extern const char kFrequency[]; 220 ONC_EXPORT extern const char kFrequency[];
221 ONC_EXPORT extern const char kFrequencyList[]; 221 ONC_EXPORT extern const char kFrequencyList[];
222 ONC_EXPORT extern const char kHexSSID[]; 222 ONC_EXPORT extern const char kHexSSID[];
223 ONC_EXPORT extern const char kHiddenSSID[]; 223 ONC_EXPORT extern const char kHiddenSSID[];
224 ONC_EXPORT extern const char kKeyMgmtIEEE8021X[];
224 ONC_EXPORT extern const char kPassphrase[]; 225 ONC_EXPORT extern const char kPassphrase[];
225 ONC_EXPORT extern const char kRoamThreshold[]; 226 ONC_EXPORT extern const char kRoamThreshold[];
226 ONC_EXPORT extern const char kSSID[]; 227 ONC_EXPORT extern const char kSSID[];
227 ONC_EXPORT extern const char kSecurity[]; 228 ONC_EXPORT extern const char kSecurity[];
228 ONC_EXPORT extern const char kSecurityNone[]; 229 ONC_EXPORT extern const char kSecurityNone[];
229 ONC_EXPORT extern const char kSignalStrength[]; 230 ONC_EXPORT extern const char kSignalStrength[];
230 ONC_EXPORT extern const char kWEP_PSK[]; 231 ONC_EXPORT extern const char kWEP_PSK[];
231 ONC_EXPORT extern const char kWEP_8021X[]; 232 ONC_EXPORT extern const char kWEP_8021X[];
232 ONC_EXPORT extern const char kWPA_PSK[]; 233 ONC_EXPORT extern const char kWPA_PSK[];
233 ONC_EXPORT extern const char kWPA2_PSK[]; 234 ONC_EXPORT extern const char kWPA2_PSK[];
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 namespace device_state { 436 namespace device_state {
436 ONC_EXPORT extern const char kUninitialized[]; 437 ONC_EXPORT extern const char kUninitialized[];
437 ONC_EXPORT extern const char kDisabled[]; 438 ONC_EXPORT extern const char kDisabled[];
438 ONC_EXPORT extern const char kEnabling[]; 439 ONC_EXPORT extern const char kEnabling[];
439 ONC_EXPORT extern const char kEnabled[]; 440 ONC_EXPORT extern const char kEnabled[];
440 } // device_state 441 } // device_state
441 442
442 } // namespace onc 443 } // namespace onc
443 444
444 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ 445 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698