Home
last modified time | relevance | path

Searched refs:sec_idx (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_ctrl.h847 uint8_t sec_idx) in cdp_get_sec_type() argument
860 (soc, vdev_id, peer_mac, sec_idx); in cdp_get_sec_type()
H A Dcdp_txrx_ops.h848 uint8_t *peer_mac, uint8_t sec_idx);
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.c1054 int sec_idx; in ol_rx_filter() local
1156 sec_idx = (true == is_mcast) ? txrx_sec_mcast : txrx_sec_ucast; in ol_rx_filter()
1157 if (peer->security[sec_idx].sec_type == htt_sec_type_none) in ol_rx_filter()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c6247 uint8_t *peer_mac, uint8_t sec_idx) in dp_get_sec_type() argument
6265 sec_type = peer->txrx_peer->security[sec_idx].sec_type; in dp_get_sec_type()