qcacmn: Add blacklist manager related files
Add interface API to send reject ap list to FW, also add the blacklist manager UMAC, and QDF component for the same. Change-Id: I826e537683441762043003d71dc2b79ceebebbcb CRs-Fixed: 2460770
This commit is contained in:

committed by
nshrivas

parent
8482a0c0fc
commit
9f525cbddc
@@ -96,6 +96,20 @@ QDF_STATUS wmi_extract_encrypt_decrypt_resp_params(void *wmi_hdl,
|
||||
struct disa_encrypt_decrypt_resp_params *resp);
|
||||
#endif /* WLAN_FEATURE_DISA */
|
||||
|
||||
#ifdef FEATURE_BLACKLIST_MGR
|
||||
/**
|
||||
* wmi_unified_send_reject_ap_list() - send the reject ap list maintained by
|
||||
* BLM to FW for roaming cases.
|
||||
* @wmi_handle: wmi handle
|
||||
* @reject_params: This contains the reject ap list, and the num of BSSIDs.
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS for success or error code
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_send_reject_ap_list(struct wmi_unified *wmi_handle,
|
||||
struct reject_ap_params *reject_params);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* wmi_unified_process_dhcp_ind() - process dhcp indication from SME
|
||||
* @wmi_handle: wmi handle
|
||||
|
Reference in New Issue
Block a user