Searched refs:eap_anonymous_identity (Results 1 – 3 of 3) sorted by relevance
1229 std::string eap_anonymous_identity; in InitFromProperties() local1231 shill::kEapAnonymousIdentityProperty, &eap_anonymous_identity); in InitFromProperties()1232 identity_anonymous_textfield_->SetText(UTF8ToUTF16(eap_anonymous_identity)); in InitFromProperties()
878 UTF8ToUTF16(wifi->eap_anonymous_identity())); in Init()
684 const std::string& eap_anonymous_identity() const { in eap_anonymous_identity() function