qca-wifi: Send HMWDS ast add status WDI event

Function to notify HMWDS ast add status to upper layers via
newly added WDI event WDI_EVENT_HMWDS_AST_ADD_STATUS

Change-Id: Ib6fad7a48425ce7de16d94bb401af0c428c8e556
CRs-Fixed: 2745460
此提交包含在:
Jeevan Kukkalli
2020-07-31 14:30:26 +05:30
父節點 a05a705913
當前提交 2ddb03c7cb
共有 2 個檔案被更改,包括 69 行新增0 行删除

查看文件

@@ -66,6 +66,22 @@ dp_txrx_set_wds_rx_policy(struct cdp_soc_t *cdp_soc, uint8_t vdev_id,
u_int32_t val);
#endif
/**
* dp_hmwds_ast_add_notify() - schedules hmwds ast add status work
* @peer: DP peer
* @mac_addr: ast mac addr
* @type: ast type
* @err: QDF_STATUS error code
* @is_peer_map: notify is from peer map
*
* Return: void
*/
void dp_hmwds_ast_add_notify(struct dp_peer *peer,
uint8_t *mac_addr,
enum cdp_txrx_ast_entry_type type,
QDF_STATUS err,
bool is_peer_map);
/**
* dp_rx_wds_add_or_update_ast() - Add or update the ast entry.
*