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:
@@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user