qcacmn: Add CDP API to set key in data path
1. Add CDP API to set encryption key in datapath. Used to perform RX TKIP demic. 2. Fixes to RX TKIP demic function. Change-Id: Ia14caeb71a320b4746f4303cf6611f1b6e4947ae CRs-Fixed: 2214749
This commit is contained in:
@@ -422,6 +422,8 @@ void dp_set_overload(struct cdp_pdev *pdev_handle, bool overload);
|
||||
bool dp_peer_is_inact(void *peer_handle);
|
||||
void dp_init_inact_timer(struct dp_soc *soc);
|
||||
void dp_free_inact_timer(struct dp_soc *soc);
|
||||
void dp_set_michael_key(struct cdp_peer *peer_handle,
|
||||
bool is_unicast, uint32_t *key);
|
||||
|
||||
/*
|
||||
* dp_get_mac_id_for_pdev() - Return mac corresponding to pdev for mac
|
||||
|
Reference in New Issue
Block a user