Home
last modified time | relevance | path

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

/net/wireless/
Dlib80211_crypt_tkip.c44 u32 tx_iv32; member
331 tkey->tx_iv32); in lib80211_tkip_hdr()
345 *pos++ = tkey->tx_iv32 & 0xff; in lib80211_tkip_hdr()
346 *pos++ = (tkey->tx_iv32 >> 8) & 0xff; in lib80211_tkip_hdr()
347 *pos++ = (tkey->tx_iv32 >> 16) & 0xff; in lib80211_tkip_hdr()
348 *pos++ = (tkey->tx_iv32 >> 24) & 0xff; in lib80211_tkip_hdr()
353 tkey->tx_iv32++; in lib80211_tkip_hdr()
716 u32 iv32 = tkey->tx_iv32; in lib80211_tkip_get_key()
722 seq[2] = tkey->tx_iv32; in lib80211_tkip_get_key()
723 seq[3] = tkey->tx_iv32 >> 8; in lib80211_tkip_get_key()
[all …]