qcacmn: FR-64493 WDS Extended support

Use AST override feature to send out multicast packet in
4 address format. Pass per packet peer_id from osif layer.

Change-Id: Ic86120169c89e7972caa3cc8c967de72670314d0
CRs-Fixed: 2775051
This commit is contained in:
Varsha Mishra
2020-09-18 21:54:00 +05:30
committed by snandini
parent 71b1eaed3e
commit ca0cf99f1d
4 changed files with 197 additions and 66 deletions

View File

@@ -541,6 +541,9 @@ struct cdp_tx_exception_metadata {
enum cdp_sec_type sec_type;
uint8_t is_tx_sniffer;
uint16_t ppdu_cookie;
#ifdef QCA_SUPPORT_WDS_EXTENDED
uint8_t is_wds_extended;
#endif
};
typedef struct cdp_soc_t *ol_txrx_soc_handle;