Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_security_utils.h36 SIR_MAC_WEP_IV_LENGTH + \
42 SIR_MAC_WEP_IV_LENGTH + \
46 SIR_MAC_WEP_IV_LENGTH + \
H A Dlim_security_utils.c545 qdf_get_random_bytes(seed, SIR_MAC_WEP_IV_LENGTH); in lim_encrypt_auth_frame()
547 qdf_get_random_bytes(seed, SIR_MAC_WEP_IV_LENGTH); in lim_encrypt_auth_frame()
559 lim_rc4(pEncrBody + SIR_MAC_WEP_IV_LENGTH, in lim_encrypt_auth_frame()
604 for (i = 0; i < SIR_MAC_WEP_IV_LENGTH; i++) { in lim_compute_crc32()
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()
H A Dlim_process_auth_frame.c2038 SIR_MAC_WEP_IV_LENGTH)); in lim_process_auth_frame()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h246 #define SIR_MAC_WEP_IV_LENGTH 4 macro