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
此提交包含在:
@@ -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.
|
||||
*
|
||||
|
新增問題並參考
封鎖使用者