Home
last modified time | relevance | path

Searched refs:unsafe_channels (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.h227 std::vector<IWifiChip::CoexUnsafeChannel> unsafe_channels, int32_t restrictions);
Dwifi_legacy_hal.cpp1853 std::vector<wifi_coex_unsafe_channel> unsafe_channels, uint32_t restrictions) { in setCoexUnsafeChannels() argument
1854 return global_func_table_.wifi_set_coex_unsafe_channels(global_handle_, unsafe_channels.size(), in setCoexUnsafeChannels()
1855 unsafe_channels.data(), restrictions); in setCoexUnsafeChannels()
Dwifi_chip.cpp1275 std::vector<IWifiChip::CoexUnsafeChannel> unsafe_channels, int32_t aidl_restrictions) { in setCoexUnsafeChannelsInternal() argument
1277 if (!aidl_struct_util::convertAidlVectorOfCoexUnsafeChannelToLegacy(unsafe_channels, in setCoexUnsafeChannelsInternal()
Dwifi_legacy_hal.h776 virtual wifi_error setCoexUnsafeChannels(std::vector<wifi_coex_unsafe_channel> unsafe_channels,