summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:03:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:03:00 +0000
commite9d6f220ed2b68645440412cc0eae2495065faca (patch)
treeacc3454a8dcf5518a2d717fb43d6cfa19cd34ac5
parentcc493c995a413157a73e0d465997fee7e0bb6666 (diff)
parent4172a388c763bdad38c0223caefa416230860adc (diff)
downloadlibhardware_legacy-android13-frc-os-statsd-release.tar.gz
Snap for 8512216 from 4172a388c763bdad38c0223caefa416230860adc to tm-frc-os-statsd-releaset_frc_sta_330443010android13-frc-os-statsd-release
Change-Id: I10d9ff2205f70be2fe9fdd7bc32f5340b777effb
-rw-r--r--include/hardware_legacy/wifi_hal.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/hardware_legacy/wifi_hal.h b/include/hardware_legacy/wifi_hal.h
index 45b9fa1..952e894 100644
--- a/include/hardware_legacy/wifi_hal.h
+++ b/include/hardware_legacy/wifi_hal.h
@@ -1016,6 +1016,16 @@ typedef struct {
wifi_error (*wifi_chre_register_handler)(wifi_interface_handle iface,
wifi_chre_handler handler);
+ /**@brief wifi_enable_tx_power_limits
+ * Enable WiFi Tx power limis
+ * @param wifi_interface_handle
+ * @param isEnable : If enable TX limit or not
+ * @return Synchronous wifi_error
+ */
+ wifi_error (*wifi_enable_tx_power_limits) (wifi_interface_handle iface,
+ bool isEnable);
+
+
/*
* when adding new functions make sure to add stubs in
* hal_tool.cpp::init_wifi_stub_hal_func_table