qca-wifi: BA window reset after FT roam
Reset seq number for Station roaming back in FT roam. Change-Id: I701cf82786ef79bd5fde92ea94957523de807d48
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
1d2110f2e0
commit
f8184296b6
@@ -132,6 +132,20 @@ QDF_STATUS wmi_unified_peer_update_wds_entry_cmd_send(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct peer_update_wds_entry_params *param);
|
||||
|
||||
|
||||
/**
|
||||
* wmi_unified_peer_ft_roam_send() - reset BA window in fw
|
||||
* @wmi_handle: wmi handle
|
||||
* @peer_addr: peer mac address
|
||||
* @vdev_id: vdev id
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_peer_ft_roam_send(wmi_unified_t wmi_handle,
|
||||
uint8_t peer_addr[QDF_MAC_ADDR_SIZE],
|
||||
uint8_t vdev_id);
|
||||
|
||||
/**
|
||||
* wmi_unified_vdev_set_neighbour_rx_cmd_send() - WMI set neighbour rx function
|
||||
* @wmi_handle: handle to WMI.
|
||||
|
Reference in New Issue
Block a user