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
02bcfd6c99
commit
66970850d9
@@ -43,7 +43,9 @@
|
||||
#ifdef WLAN_FEATURE_DISA
|
||||
#include "wlan_disa_public_struct.h"
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_FEATURE_ACTION_OUI
|
||||
#include "wlan_action_oui_public_struct.h"
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_NAN_CONVERGENCE
|
||||
#include "nan_public_structs.h"
|
||||
#endif
|
||||
@@ -1940,6 +1942,20 @@ QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
|
||||
|
||||
QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
|
||||
struct set_country *param);
|
||||
|
||||
#ifdef WLAN_FEATURE_ACTION_OUI
|
||||
/**
|
||||
* wmi_unified_send_action_oui_cmd() - send action oui cmd to fw
|
||||
* @wmi_hdl: wma handle
|
||||
* @req: wmi action oui message to be send
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_send_action_oui_cmd(void *wmi_hdl,
|
||||
struct action_oui_request *req);
|
||||
#endif /* WLAN_FEATURE_ACTION_OUI */
|
||||
|
||||
/*
|
||||
* wmi_unified_set_del_pmkid_cache() - set delete PMKID
|
||||
* @wmi_hdl: wma handle
|
||||
|
Reference in New Issue
Block a user