OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChannelsForBand
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
HalChannelHelper.java
42
int[] channels24G = mWifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_24_GHZ);
44
int[] channels5G = mWifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_5_GHZ);
46
int[] channelsDfs = mWifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ApConfigUtilTest.java
236
when(mWifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_5_GHZ))
246
*
GetChannelsForBand
API is not supported by HAL.
253
when(mWifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_5_GHZ))
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ApConfigUtil.java
134
wifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_5_GHZ));
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScanTestUtil.java
43
when(wifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_24_GHZ))
45
when(wifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_5_GHZ))
47
when(wifiNative.
getChannelsForBand
(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY))
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
[
all
...]
WifiVendorHal.java
[
all
...]
Completed in 125 milliseconds