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

  /system/connectivity/shill/wifi/
wifi_provider.h 142 bool disable_vht() { return disable_vht_; } function in class:shill::WiFiProvider
143 void set_disable_vht(bool disable_vht) { disable_vht_ = disable_vht; }
wifi.cc 498 provider_->disable_vht());
    [all...]
wifi_provider_unittest.cc 458 EXPECT_FALSE(provider_.disable_vht());
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 645 * disable_vht - Disable VHT (IEEE 802.11ac) for this network
650 int disable_vht; member in struct:wpa_ssid
config_file.c 800 INT(disable_vht);
    [all...]
wpa_supplicant.c     [all...]
config.c     [all...]
  /system/connectivity/shill/
manager.cc     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 848 * disable_vht - Disable VHT for this connection
850 int disable_vht; member in struct:wpa_driver_associate_params
    [all...]
driver_nl80211.c     [all...]

Completed in 2853 milliseconds