Home
last modified time | relevance | path

Searched refs:disa_encrypt_decrypt_req (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/disa/dispatcher/src/
H A Dwlan_disa_tgt_api.c42 QDF_ASSERT(disa_tx_ops->disa_encrypt_decrypt_req); in tgt_disa_encrypt_decrypt_req()
44 if (disa_tx_ops->disa_encrypt_decrypt_req) in tgt_disa_encrypt_decrypt_req()
45 status = disa_tx_ops->disa_encrypt_decrypt_req(psoc, req); in tgt_disa_encrypt_decrypt_req()
/wlan-driver/qcacld-3.0/components/disa/dispatcher/inc/
H A Dwlan_disa_obj_mgmt_public_struct.h40 QDF_STATUS (*disa_encrypt_decrypt_req)(struct wlan_objmgr_psoc *psoc, member
/wlan-driver/qcacld-3.0/components/target_if/disa/src/
H A Dtarget_if_disa.c134 disa_tx_ops->disa_encrypt_decrypt_req = in target_if_disa_register_tx_ops()