Home
last modified time | relevance | path

Searched refs:BSS (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/supplicant/
Dsupplicant_event_delegate_interface.h32 virtual void BSSAdded(const std::string& BSS,
36 virtual void BSSRemoved(const std::string& BSS) = 0;
/system/connectivity/shill/ethernet/
Dethernet.h88 const std::string& BSS,
90 void BSSRemoved(const std::string& BSS) override;
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h106 void BSSAdded(const dbus::ObjectPath& BSS,
108 void BSSRemoved(const dbus::ObjectPath& BSS);
Dchromeos_supplicant_interface_proxy.cc469 const dbus::ObjectPath& BSS, in BSSAdded() argument
474 delegate_->BSSAdded(BSS.value(), store); in BSSAdded()
492 void ChromeosSupplicantInterfaceProxy::BSSRemoved(const dbus::ObjectPath& BSS) { in BSSRemoved() argument
494 delegate_->BSSRemoved(BSS.value()); in BSSRemoved()
/system/connectivity/shill/wifi/
Dwifi.h174 void BSSAdded(const std::string& BSS,
176 void BSSRemoved(const std::string& BSS) override;
425 void BSSAddedTask(const std::string& BSS,
427 void BSSRemovedTask(const std::string& BSS);
Dwifi_unittest.cc3868 struct BSS { struct
3878 BSS bsses[] = { in TEST_F()
/system/connectivity/shill/doc/
Dservice-api.txt1623 available BSS (roughly, AP) for this Service.