Home
last modified time | relevance | path

Searched refs:do_encrypt (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_ll_fastpath.c378 msdu_info.htt.action.do_encrypt = 1; in ol_tx_ll_fast()
382 msdu_info.htt.action.do_encrypt = 0; in ol_tx_ll_fast()
385 msdu_info.htt.action.do_encrypt = 1; in ol_tx_ll_fast()
527 msdu_info.htt.action.do_encrypt = 1; in ol_tx_ll_fast()
531 msdu_info.htt.action.do_encrypt = 0; in ol_tx_ll_fast()
534 msdu_info.htt.action.do_encrypt = 1; in ol_tx_ll_fast()
H A Dol_tx_classify.c528 tx_msdu_info->htt.action.do_encrypt = 0; in ol_tx_classify()
588 tx_msdu_info->htt.action.do_encrypt = 0; in ol_tx_classify()
862 msdu_info->htt.action.do_encrypt = (!peer) ? 0 : in ol_tx_classify_extension()
864 msdu_info->htt.action.do_encrypt; in ol_tx_classify_extension()
H A Dol_tx_desc.c719 msdu_info->htt.action.do_encrypt = 1; in ol_tx_desc_ll()
723 msdu_info->htt.action.do_encrypt = 0; in ol_tx_desc_ll()
841 msdu_info->htt.action.do_encrypt = 1; in ol_tx_desc_hl()
845 msdu_info->htt.action.do_encrypt = 0; in ol_tx_desc_hl()
H A Dol_txrx_encap.c109 && tx_msdu_info->htt.action.do_encrypt) { in ol_tx_encap_from_native_wifi()
222 && tx_msdu_info->htt.action.do_encrypt) { in ol_tx_encap_from_8023()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_tx_api.h265 uint8_t do_encrypt; member
307 " do_encrypt: %d\n", msdu_info->action.do_encrypt); in htt_msdu_info_dump()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_tx.c1764 msdu_info->action.do_encrypt ? in htt_tx_desc_init()