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
@@ -7058,6 +7058,21 @@ QDF_STATUS wmi_unified_send_dbs_scan_sel_params_cmd(void *wmi_hdl,
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
#ifdef WLAN_FEATURE_ACTION_OUI
|
||||
QDF_STATUS
|
||||
wmi_unified_send_action_oui_cmd(void *wmi_hdl,
|
||||
struct action_oui_request *req)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t)wmi_hdl;
|
||||
|
||||
if (wmi_handle->ops->send_action_oui_cmd)
|
||||
return wmi_handle->ops->send_action_oui_cmd(wmi_handle,
|
||||
req);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* wmi_unified_send_limit_off_chan_cmd() - send wmi cmd of limit off channel
|
||||
* configuration params
|
||||
|
Reference in New Issue
Block a user