Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_security_utils.c531 uint8_t *pPlainText, uint8_t *pEncrBody, in lim_encrypt_auth_frame() argument
559 lim_rc4(pEncrBody + SIR_MAC_WEP_IV_LENGTH, in lim_encrypt_auth_frame()
564 pEncrBody[0] = seed[0]; in lim_encrypt_auth_frame()
565 pEncrBody[1] = seed[1]; in lim_encrypt_auth_frame()
566 pEncrBody[2] = seed[2]; in lim_encrypt_auth_frame()
567 pEncrBody[3] = keyId << 6; in lim_encrypt_auth_frame()
727 lim_decrypt_auth_frame(struct mac_context *mac, uint8_t *pKey, uint8_t *pEncrBody, in lim_decrypt_auth_frame() argument
736 qdf_mem_copy((uint8_t *) seed, pEncrBody, SIR_MAC_WEP_IV_LENGTH - 1); in lim_decrypt_auth_frame()
743 pEncrBody + SIR_MAC_WEP_IV_LENGTH, seed, keyLength, frameLen); in lim_decrypt_auth_frame()