qcacmn: Add CDP APIs to get security type from peer handler

Add CDP API to get security type for ucast and mcast from
peer handler. Add additional peer handler argument for raw mode
rx decap functions. The peer handler is needed in the raw mode
functions for getting the security type of the frame and process
it accordingly.

Change-Id: I8b4728e9eb0ff29849805bb461c81e4fc3accc81
This commit is contained in:
c_cgodav
2017-06-07 12:31:40 +05:30
committed by snandini
parent a6e0694098
commit bd5b3c2c9b
7 changed files with 49 additions and 13 deletions

View File

@@ -304,7 +304,8 @@ void dp_rx_desc_pool_free(struct dp_soc *soc,
uint32_t pool_id,
struct rx_desc_pool *rx_desc_pool);
void dp_rx_deliver_raw(struct dp_vdev *vdev, qdf_nbuf_t nbuf_list);
void dp_rx_deliver_raw(struct dp_vdev *vdev, qdf_nbuf_t nbuf_list,
struct cdp_peer *peer);
/**
* dp_rx_add_to_free_desc_list() - Adds to a local free descriptor list