Home
last modified time | relevance | path

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

/system/connectivity/shill/supplicant/
Dwpa_supplicant.h88 static const char kNetworkBgscanMethodSimple[]; variable
Dwpa_supplicant.cc95 const char WPASupplicant::kNetworkBgscanMethodSimple[] = "simple"; member in shill::WPASupplicant
/system/connectivity/shill/wifi/
Dwifi.cc91 WPASupplicant::kNetworkBgscanMethodSimple;
724 if (method != WPASupplicant::kNetworkBgscanMethodSimple && in SetBgscanMethod()
Dwifi_unittest.cc521 brillo::Any(string(WPASupplicant::kNetworkBgscanMethodSimple)), in TEST_F()
544 EXPECT_EQ(WPASupplicant::kNetworkBgscanMethodSimple, method); in TEST_F()
2902 EXPECT_TRUE(SetBgscanMethod(WPASupplicant::kNetworkBgscanMethodSimple)); in TEST_F()
2945 EXPECT_TRUE(SetBgscanMethod(WPASupplicant::kNetworkBgscanMethodSimple)); in TEST_F()