Searched refs:rx_iv (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/ |
H A D | target_if_crypto.c | 62 static const unsigned char rx_iv[16] = {0x5c, 0x36, 0x5c, 0x36, 0x5c, in wlan_crypto_set_wapi_key() local 73 qdf_mem_copy(¶ms->rx_iv, &tx_iv, in wlan_crypto_set_wapi_key() 75 qdf_mem_copy(params->tx_iv, &rx_iv, in wlan_crypto_set_wapi_key() 78 qdf_mem_copy(params->rx_iv, &rx_iv, in wlan_crypto_set_wapi_key() 98 static const unsigned char rx_iv[16] = {0x5c, 0x36, 0x5c, 0x36, 0x5c, in wlan_crypto_set_wapi_key() local 107 qdf_mem_copy(¶ms->rx_iv, &rx_iv, in wlan_crypto_set_wapi_key() 116 params->rx_iv[WLAN_CRYPTO_WAPI_IV_SIZE - 1] = 0x36; in wlan_crypto_set_wapi_key() 119 params->rx_iv[WLAN_CRYPTO_WAPI_IV_SIZE - 1] = 0x36; in wlan_crypto_set_wapi_key()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_param.h | 2018 uint8_t rx_iv[16]; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 6055 key_params->rx_iv); in send_setup_install_key_cmd_tlv()
|