HomeSort by relevance Sort by last modified time
    Searched defs:WIFI_BAND_BOTH_WITH_DFS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 64 public static final int WIFI_BAND_BOTH_WITH_DFS = 7; /* both bands with DFS channels */
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 212 WIFI_BAND_BOTH_WITH_DFS = 7 # both bands with DFS channels
233 WIFI_BAND_BOTH_WITH_DFS: ALL_5G_FREQUENCIES + ALL_2G_FREQUENCIES
381 WifiEnums.WIFI_BAND_BOTH_WITH_DFS: self.ALL_5G_FREQUENCIES + self.ALL_2G_FREQUENCIES

Completed in 69 milliseconds