Home
last modified time | relevance | path

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

/system/connectivity/shill/supplicant/
Dwpa_supplicant_unittest.cc54 property_map_.SetUint(WPASupplicant::kInterfacePropertyDepth, kDepthValue); in TEST_F()
85 property_map_.SetUint(WPASupplicant::kInterfacePropertyDepth, kDepthValue); in TEST_F()
Dwpa_supplicant.cc71 const char WPASupplicant::kInterfacePropertyDepth[] = "depth"; member in shill::WPASupplicant
169 if (!properties.ContainsUint(WPASupplicant::kInterfacePropertyDepth)) { in ExtractRemoteCertification()
178 *depth = properties.GetUint(WPASupplicant::kInterfacePropertyDepth); in ExtractRemoteCertification()
Dwpa_supplicant.h65 static const char kInterfacePropertyDepth[]; variable
/system/connectivity/shill/wifi/
Dwifi_unittest.cc3772 args.SetUint(WPASupplicant::kInterfacePropertyDepth, kDepth); in TEST_F()