Home
last modified time | relevance | path

Searched refs:txiv (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_def.h524 uint8_t txiv[WLAN_CRYPTO_WAPI_IV_SIZE]; member
622 uint8_t txiv[WLAN_CRYPTO_WAPI_IV_SIZE]; member
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c1064 qdf_mem_copy(key->txiv, iv_AP, in wlan_crypto_setkey()
1070 qdf_mem_copy(key->txiv, iv_STA, in wlan_crypto_setkey()
1339 qdf_mem_copy((uint8_t *)(&req_key->txiv), in wlan_crypto_getkey()
1340 (uint8_t *)(key->txiv), in wlan_crypto_getkey()
1341 sizeof(req_key->txiv)); in wlan_crypto_getkey()