summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubhani Shaik <subhanis@codeaurora.org>2017-07-28 03:00:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-28 03:00:38 +0000
commit405dec5d7fcdb4f62cdedf8910cc6ebe090fd195 (patch)
tree251e13d84a2da0c69bbf334cc2f43f047d93abe2
parente586a1b76911819a340e7921fa9acbdbebed2a5c (diff)
parent5db6c1cd24822912cc5df291088fb85c63a857aa (diff)
downloadlibhardware_legacy-405dec5d7fcdb4f62cdedf8910cc6ebe090fd195.tar.gz
SAR: Modify tx power API am: cea38b3bba
am: 5db6c1cd24 Change-Id: Ic6c610446eb335f8fa19585fb148dbc316971740
-rw-r--r--include/hardware_legacy/wifi_hal.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/include/hardware_legacy/wifi_hal.h b/include/hardware_legacy/wifi_hal.h
index 4e85aac..572390f 100644
--- a/include/hardware_legacy/wifi_hal.h
+++ b/include/hardware_legacy/wifi_hal.h
@@ -36,6 +36,11 @@ typedef enum {
WIFI_CHAN_WIDTH_INVALID = -1
} wifi_channel_width;
+/* Pre selected Power scenarios to be applied from BDF file */
+typedef enum {
+ WIFI_POWER_SCENARIO_VOICE_CALL = 0,
+} wifi_power_scenario;
+
typedef int wifi_radio;
typedef int wifi_channel;
@@ -161,8 +166,8 @@ wifi_error wifi_set_iface_event_handler(wifi_request_id id, wifi_interface_handl
wifi_error wifi_reset_iface_event_handler(wifi_request_id id, wifi_interface_handle iface);
wifi_error wifi_set_nodfs_flag(wifi_interface_handle handle, u32 nodfs);
-wifi_error wifi_set_tx_power_limit(wifi_interface_handle handle, u32 tx_level_dbm);
-wifi_error wifi_reset_tx_power_limit(wifi_interface_handle handle);
+wifi_error wifi_select_tx_power_scenario(wifi_interface_handle handle, wifi_power_scenario scenario);
+wifi_error wifi_reset_tx_power_scenario(wifi_interface_handle handle);
typedef struct rx_data_cnt_details_t {
int rx_unicast_cnt; /*Total rx unicast packet which woke up host */
@@ -380,8 +385,9 @@ typedef struct {
wifi_error (*wifi_nan_data_end)(transaction_id id,
wifi_interface_handle iface,
NanDataPathEndRequest *msg);
- wifi_error (*wifi_set_tx_power_limit)(wifi_interface_handle iface, u32 tx_level_dbm);
- wifi_error (*wifi_reset_tx_power_limit)(wifi_interface_handle iface);
+ wifi_error (*wifi_select_tx_power_scenario)(wifi_interface_handle iface,
+ wifi_power_scenario scenario);
+ wifi_error (*wifi_reset_tx_power_scenario)(wifi_interface_handle iface);
/**
* Returns the chipset's hardware filtering capabilities: