Home
last modified time | relevance | path

Searched refs:kEapMethodProperty (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc240 const char* kEapMethodProperty = "EAP.EAP"; variable
537 { kEapMethodProperty, PROPERTY_INDEX_EAP_METHOD },
1975 SetStringProperty(kEapMethodProperty, kEapMethodPEAP, NULL); in SetEAPMethod()
1978 SetStringProperty(kEapMethodProperty, kEapMethodTLS, NULL); in SetEAPMethod()
1981 SetStringProperty(kEapMethodProperty, kEapMethodTTLS, NULL); in SetEAPMethod()
1984 SetStringProperty(kEapMethodProperty, kEapMethodLEAP, NULL); in SetEAPMethod()
1987 ClearProperty(kEapMethodProperty); in SetEAPMethod()