Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/options/
Dwifi_config_view.cc1229 std::string eap_anonymous_identity; in InitFromProperties() local
1231 shill::kEapAnonymousIdentityProperty, &eap_anonymous_identity); in InitFromProperties()
1232 identity_anonymous_textfield_->SetText(UTF8ToUTF16(eap_anonymous_identity)); in InitFromProperties()
/external/chromium/chrome/browser/chromeos/options/
Dwifi_config_view.cc878 UTF8ToUTF16(wifi->eap_anonymous_identity())); in Init()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h684 const std::string& eap_anonymous_identity() const { in eap_anonymous_identity() function