Home
last modified time | relevance | path

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

/system/connectivity/shill/supplicant/
Dwpa_supplicant.h69 static const char kInterfacePropertyState[]; variable
Dwpa_supplicant.cc76 const char WPASupplicant::kInterfacePropertyState[] = "State"; member in shill::WPASupplicant
/system/connectivity/shill/ethernet/
Dethernet.cc257 if (!properties.ContainsString(WPASupplicant::kInterfacePropertyState)) { in PropertiesChanged()
263 properties.GetString(WPASupplicant::kInterfacePropertyState))); in PropertiesChanged()
/system/connectivity/shill/wifi/
Dwifi.cc1371 if (properties.ContainsString(WPASupplicant::kInterfacePropertyState)) { in PropertiesChangedTask()
1372 StateChanged(properties.GetString(WPASupplicant::kInterfacePropertyState)); in PropertiesChangedTask()