HomeSort by relevance Sort by last modified time
    Searched refs:BSSAdded (Results 1 - 8 of 8) sorted by null

  /system/connectivity/shill/supplicant/
supplicant_event_delegate_interface.h 32 virtual void BSSAdded(const std::string& BSS,
  /system/connectivity/shill/ethernet/
ethernet.h 87 void BSSAdded(
ethernet.cc 231 void Ethernet::BSSAdded(const string& path, const KeyValueStore& properties) {
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.h 106 void BSSAdded(const dbus::ObjectPath& BSS,
chromeos_supplicant_interface_proxy.cc 89 base::Bind(&ChromeosSupplicantInterfaceProxy::BSSAdded,
468 void ChromeosSupplicantInterfaceProxy::BSSAdded(
474 delegate_->BSSAdded(BSS.value(), store);
  /system/connectivity/shill/wifi/
wifi.h 31 // A WiFi device becomes aware of WiFiEndpoints through BSSAdded signals from
174 void BSSAdded(const std::string& BSS,
267 // Result from a BSSAdded or BSSRemoved event.
435 // result from a scan. This works because supplicant sends all BSSAdded
441 // [BSSAdded]-->[BssAddedTask]-->[SortServiceTask (calls ConnectTo)]
wifi_unittest.cc     [all...]
wifi.cc 389 void WiFi::BSSAdded(const string& path, const KeyValueStore& properties) {
    [all...]

Completed in 180 milliseconds