Home
last modified time | relevance | path

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

/net/wireless/
Dlib80211_crypt_tkip.c53 u16 rx_iv16; member
421 if (tkip_replay_check(iv32, iv16, tkey->rx_iv32, tkey->rx_iv16)) { in lib80211_tkip_decrypt()
424 hdr->addr2, tkey->rx_iv32, tkey->rx_iv16, in lib80211_tkip_decrypt()
613 tkey->rx_iv16 = tkey->rx_iv16_new; in lib80211_michael_mic_verify()
643 tkey->rx_iv16 = (seq[1] << 8) | seq[0]; in lib80211_tkip_set_key()
701 (tkip->rx_iv16 >> 8) & 0xff, in lib80211_tkip_print_stats()
702 tkip->rx_iv16 & 0xff, in lib80211_tkip_print_stats()