Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dkey.c625 u8 *tk_old, *tk_new; in ieee80211_key_identical() local
630 tk_old = old->conf.key; in ieee80211_key_identical()
642 memcpy(tkip_old, tk_old, WLAN_KEY_LEN_TKIP); in ieee80211_key_identical()
646 tk_old = tkip_old; in ieee80211_key_identical()
650 return !crypto_memneq(tk_old, tk_new, new->conf.keylen); in ieee80211_key_identical()