diff options
Diffstat (limited to 'wifi/1.6/default/wifi_chip.h')
-rw-r--r-- | wifi/1.6/default/wifi_chip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wifi/1.6/default/wifi_chip.h b/wifi/1.6/default/wifi_chip.h index e8ddaa6f9e..b1a40dc606 100644 --- a/wifi/1.6/default/wifi_chip.h +++ b/wifi/1.6/default/wifi_chip.h @@ -281,6 +281,7 @@ class WifiChip : public V1_6::IWifiChip { WifiBand band, uint32_t ifaceModeMask, uint32_t filterMask); std::pair<WifiStatus, WifiRadioCombinationMatrix> getSupportedRadioCombinationsMatrixInternal(); std::pair<WifiStatus, std::vector<V1_6::IWifiChip::ChipMode>> getAvailableModesInternal_1_6(); + void retrieveDynamicIfaceCombination(); ChipId chip_id_; std::weak_ptr<legacy_hal::WifiLegacyHal> legacy_hal_; @@ -301,6 +302,7 @@ class WifiChip : public V1_6::IWifiChip { // registration mechanism. Use this to check if we have already // registered a callback. bool debug_ring_buffer_cb_registered_; + bool using_dynamic_iface_combination_; hidl_callback_util::HidlCallbackHandler<V1_4::IWifiChipEventCallback> event_cb_handler_; const std::function<void(const std::string&)> subsystemCallbackHandler_; |