Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Dtkip.c303 const u8 *mic_key; in tkip_decrypt() local
402 mic_key = tk + ((fc & WLAN_FC_FROMDS) ? 16 : 24); in tkip_decrypt()
403 michael_mic(mic_key, michael_hdr, full_payload, full_payload_len - 8, in tkip_decrypt()
445 const u8 *mic_key; in tkip_encrypt() local
458 mic_key = tk + ((fc & WLAN_FC_FROMDS) ? 16 : 24); in tkip_encrypt()
459 michael_mic(mic_key, michael_hdr, frame + hdrlen, len - hdrlen, mic); in tkip_encrypt()