Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/network/
Ddevice_state.h61 return eap_authentication_completed_; in eap_authentication_completed()
90 bool eap_authentication_completed_; variable
Ddevice_state.cc26 eap_authentication_completed_(false) { in DeviceState()
106 return GetBooleanValue(key, value, &eap_authentication_completed_); in PropertyChanged()