Searched refs:sec_idx (Results 1 – 4 of 4) sorted by relevance
847 uint8_t sec_idx) in cdp_get_sec_type() argument860 (soc, vdev_id, peer_mac, sec_idx); in cdp_get_sec_type()
848 uint8_t *peer_mac, uint8_t sec_idx);
1054 int sec_idx; in ol_rx_filter() local1156 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()
6247 uint8_t *peer_mac, uint8_t sec_idx) in dp_get_sec_type() argument6265 sec_type = peer->txrx_peer->security[sec_idx].sec_type; in dp_get_sec_type()