Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dkey.c731 u8 *tk_old, *tk_new; in ieee80211_key_identical() local
736 tk_old = old->conf.key; in ieee80211_key_identical()
748 memcpy(tkip_old, tk_old, WLAN_KEY_LEN_TKIP); in ieee80211_key_identical()
752 tk_old = tkip_old; in ieee80211_key_identical()
756 return !crypto_memneq(tk_old, tk_new, new->conf.keylen); in ieee80211_key_identical()