Home
last modified time | relevance | path

Searched refs:txrx_sec_ucast (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_pn.c109 txrx_sec_mcast : txrx_sec_ucast; in ol_rx_pn_check_base()
145 cmp(&new_pn, last_pn, index == txrx_sec_ucast, in ol_rx_pn_check_base()
177 txrx_sec_ucast) ? "ucast" : "mcast", in ol_rx_pn_check_base()
194 txrx_sec_ucast) ? "ucast" : "mcast", in ol_rx_pn_check_base()
240 (index == txrx_sec_ucast)) { in ol_rx_pn_check_base()
H A Dol_rx.c817 sec_index = is_unicast ? txrx_sec_ucast : txrx_sec_mcast; in ol_rx_sec_ind_handler()
846 if (sec_index == txrx_sec_ucast) in ol_rx_sec_ind_handler()
1128 (peer->security[txrx_sec_ucast].sec_type != in ol_rx_filter()
1156 sec_idx = (true == is_mcast) ? txrx_sec_mcast : txrx_sec_ucast; in ol_rx_filter()
1522 peer->security[txrx_sec_ucast].sec_type = in ol_rx_peer_init()
H A Dol_rx_defrag.c445 txrx_sec_mcast : txrx_sec_ucast; in ol_rx_reorder_store_frag()
451 if (index != txrx_sec_ucast) { in ol_rx_reorder_store_frag()
812 txrx_sec_mcast : txrx_sec_ucast; in ol_rx_defrag()
H A Dol_tx_classify.c855 which_key = txrx_sec_ucast; in ol_tx_classify_extension()
H A Dol_rx_reorder.c748 : txrx_sec_ucast; in ol_rx_pn_ind_handler()
H A Dol_txrx_internal.h568 : txrx_sec_ucast].sec_type; \
H A Dol_txrx_types.h1402 txrx_sec_ucast enumerator
H A Dol_txrx.c3113 peer->security[txrx_sec_ucast].sec_type = in ol_txrx_peer_update()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_hl.c209 txrx_sec_mcast : txrx_sec_ucast; in htt_rx_msdu_center_freq_hl()