qcacmn: Support for SWFDA Event & FD Frame tx

Add new WMI EVENT, SW FILS Discovery Alert Event, to get
firmware trigger to transmit FILS Discovery Frames.
Add WMI command to send FD frame buffer to firwmare.
Add WMI command to set FD period interval in mili seconds.

Change-Id: I8cb6279ec4431b9236bd32c548228a0dc6598664
CRs-Fixed: 2118098
This commit is contained in:
Subrat Mishra
2017-09-27 14:41:20 +05:30
committed by snandini
父節點 622a2fae1c
當前提交 bf12587bd1
共有 16 個文件被更改,包括 533 次插入1 次删除

查看文件

@@ -123,6 +123,7 @@
* @WLAN_UMAC_COMP_DISA: DISA encryption test
* @WLAN_UMAC_COMP_GREEN_AP: Green AP
* @WLAN_UMAC_COMP_FTM: FTM component
* @WLAN_UMAC_COMP_FD: FILS Discovery
*
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
@@ -154,6 +155,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_DISA,
WLAN_UMAC_COMP_GREEN_AP,
WLAN_UMAC_COMP_FTM,
WLAN_UMAC_COMP_FD,
WLAN_UMAC_COMP_ID_MAX,
};