Home
last modified time | relevance | path

Searched refs:getUsableChannels (Results 1 – 16 of 16) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_chip_hidl_test.cpp196 TEST_P(WifiChipHidlTest, getUsableChannels) { in TEST_P() argument
203 const auto& statusNonEmpty = HIDL_INVOKE(wifi_chip_, getUsableChannels, in TEST_P()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIWifiManager.aidl339 List<WifiAvailableChannel> getUsableChannels(int band, int mode, int filter); in getUsableChannels() method
H A DWifiManager.java8110 return mService.getUsableChannels(band, mode, in getAllowedChannels()
8147 public List<WifiAvailableChannel> getUsableChannels( in getUsableChannels() method in WifiManager
8154 return mService.getUsableChannels(band, mode, in getUsableChannels()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DBaseWifiService.java777 public List<WifiAvailableChannel> getUsableChannels( in getUsableChannels() method in BaseWifiService
H A DWifiNative.java3232 public List<WifiAvailableChannel> getUsableChannels(
3236 return mWifiVendorHal.getUsableChannels(band, mode, filter);
H A DWifiVendorHal.java3865 public List<WifiAvailableChannel> getUsableChannels(
3876 iWifiChipV15.getUsableChannels(
H A DWifiServiceImpl.java5346 public List<WifiAvailableChannel> getUsableChannels(@WifiScanner.WifiBand int band,
5363 () -> mWifiNative.getUsableChannels(band, mode, filter), null);
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_chip.h183 Return<void> getUsableChannels(
H A Dwifi_legacy_hal.h716 std::pair<wifi_error, std::vector<wifi_usable_channel>> getUsableChannels(
H A Dwifi_chip.cpp772 Return<void> WifiChip::getUsableChannels( in getUsableChannels() function in android::hardware::wifi::V1_5::implementation::WifiChip
1554 legacy_hal_.lock()->getUsableChannels( in getUsableChannelsInternal()
H A Dwifi_legacy_hal.cpp1665 WifiLegacyHal::getUsableChannels(uint32_t band_mask, uint32_t iface_mode_mask, in getUsableChannels() function in android::hardware::wifi::V1_5::implementation::legacy_hal::WifiLegacyHal
/aosp12/hardware/interfaces/wifi/1.5/
H A DIWifiChip.hal315 getUsableChannels(WifiBand band, bitfield<WifiIfaceMode> ifaceModeMask,
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java3369 verify(mWifiService).getUsableChannels(eq(band), eq(mode), in testGetAllowedChannels()
3382 mWifiManager.getUsableChannels(band, mode); in testGetUsableChannels()
3383 verify(mWifiService).getUsableChannels(eq(band), eq(mode), in testGetUsableChannels()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java4117 }).when(mIWifiChipV15).getUsableChannels(anyInt(), anyInt(), anyInt(), in testGetUsableChannels()
4119 mWifiVendorHal.getUsableChannels( in testGetUsableChannels()
4123 verify(mIWifiChipV15).getUsableChannels(anyInt(), anyInt(), anyInt(), in testGetUsableChannels()
H A DWifiServiceImplTest.java7990 mWifiServiceImpl.getUsableChannels(WIFI_BAND_24_GHZ, OP_MODE_STA, FILTER_REGULATORY); in testGetUsableChannelsThrowsSecurityExceptionOnMissingPermissions()
8042 mWifiServiceImpl.getUsableChannels(WIFI_BAND_5_GHZ, OP_MODE_STA, FILTER_REGULATORY); in testGetUsableChannelsThrowsIllegalArgumentExceptionOnInValidBand()
8058 mWifiServiceImpl.getUsableChannels(WIFI_BAND_24_GHZ, OP_MODE_STA, FILTER_REGULATORY); in testGetUsableChannels()
8060 verify(mWifiNative).getUsableChannels(anyInt(), anyInt(), anyInt()); in testGetUsableChannels()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt541 …HARDWARE) public java.util.List<android.net.wifi.WifiAvailableChannel> getUsableChannels(int, int);