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:
Rakshith Suresh Patkar
2019-07-16 16:30:59 +05:30
zatwierdzone przez nshrivas
rodzic 7a200e764d
commit d863f8d6b7
5 zmienionych plików z 87 dodań i 3 usunięć

Wyświetl plik

@@ -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);