qcacmn: Add WMI layer support for action OUI extensions
Add WMI support to send action OUI extensions to firmware. For STA interface, this feature is intended to control mode of connection, connected AP's in-activity time, Tx rate etc., Change-Id: I6a0bc9d3f7f0d57805b872cae4baa1fe84fb8193 CRs-Fixed: 2254509
This commit is contained in:

committed by
nshrivas

parent
ee8d27a7f2
commit
daadf83c1b
@@ -27,6 +27,9 @@
|
||||
#ifdef FEATURE_WLAN_APF
|
||||
#include "wmi_unified_apf_tlv.h"
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_ACTION_OUI
|
||||
#include "wmi_unified_action_oui_tlv.h"
|
||||
#endif
|
||||
#ifdef CONVERGED_P2P_ENABLE
|
||||
#include "wlan_p2p_public_struct.h"
|
||||
#endif
|
||||
@@ -22218,6 +22221,9 @@ struct wmi_ops tlv_ops = {
|
||||
extract_peer_sta_ps_statechange_ev_tlv,
|
||||
.extract_inst_rssi_stats_event = extract_inst_rssi_stats_event_tlv,
|
||||
.send_per_roam_config_cmd = send_per_roam_config_cmd_tlv,
|
||||
#ifdef WLAN_FEATURE_ACTION_OUI
|
||||
.send_action_oui_cmd = send_action_oui_cmd_tlv,
|
||||
#endif
|
||||
.send_dfs_phyerr_offload_en_cmd = send_dfs_phyerr_offload_en_cmd_tlv,
|
||||
.send_dfs_phyerr_offload_dis_cmd = send_dfs_phyerr_offload_dis_cmd_tlv,
|
||||
.extract_reg_chan_list_update_event =
|
||||
|
Reference in New Issue
Block a user