Home
last modified time | relevance | path

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

/system/connectivity/shill/supplicant/
Dwpa_supplicant.h38 static const char kCurrentBSSNull[]; variable
Dwpa_supplicant.cc40 const char WPASupplicant::kCurrentBSSNull[] = "/"; member in shill::WPASupplicant
/system/connectivity/shill/wifi/
Dwifi_unittest.cc2081 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
2171 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
2198 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
2235 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
2749 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
2759 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
3195 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
3212 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
3224 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
3403 ReportCurrentBSSChanged(WPASupplicant::kCurrentBSSNull); in TEST_F()
[all …]
Dwifi.cc806 if (new_bss == WPASupplicant::kCurrentBSSNull) { in CurrentBSSChanged()