Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dkey.c816 u8 tkip_old[WLAN_KEY_LEN_TKIP], tkip_new[WLAN_KEY_LEN_TKIP]; in ieee80211_key_identical() local
834 memcpy(tkip_old, tk_old, WLAN_KEY_LEN_TKIP); in ieee80211_key_identical()
836 memset(tkip_old + NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY, 0, 8); in ieee80211_key_identical()
838 tk_old = tkip_old; in ieee80211_key_identical()