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

  /system/connectivity/shill/wifi/
wifi.cc 793 void WiFi::CurrentBSSChanged(const string& new_bss) {
795 << supplicant_bss_ << " -> " << new_bss; local
796 supplicant_bss_ = new_bss;
806 if (new_bss == WPASupplicant::kCurrentBSSNull) {
826 HandleRoam(new_bss);
    [all...]
wifi.h 411 void CurrentBSSChanged(const std::string& new_bss);
wifi_unittest.cc     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 193 struct wpa_bss *new_bss)
210 cwork->bss = new_bss;
211 if (!new_bss)
    [all...]
events.c 2214 int new_bss = 0; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 6245 struct i802_bss *new_bss = os_zalloc(sizeof(*new_bss)); local
    [all...]

Completed in 304 milliseconds