qcacmn: Add new API for registering rx mic error callback
Add new CDP API cdp_register_rx_mic_error_ind_handler to register rx mic error callback. Also, define new structure cdp_rx_mic_err_info for holding MIC error information. Change-Id: I4d5d6426b1d5f04848afd48f6dbf51edba291a20 CRs-Fixed: 2488424
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
7a200e764d
commit
d863f8d6b7
@@ -935,7 +935,7 @@ struct ol_if_ops {
|
||||
int (*get_dp_cfg_param)(void *ol_soc_handle, enum cdp_cfg_param_type param_num);
|
||||
|
||||
void (*rx_mic_error)(void *ol_soc_handle,
|
||||
uint16_t vdev_id, void *wh);
|
||||
struct cdp_rx_mic_err_info *info);
|
||||
bool (*rx_frag_tkip_demic)(struct wlan_objmgr_peer *ctrl_peer,
|
||||
qdf_nbuf_t nbuf,
|
||||
uint16_t hdr_space);
|
||||
|
Reference in New Issue
Block a user