Home
last modified time | relevance | path

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

/net/mac80211/
Dkey.c770 u8 *tk_old, *tk_new; in ieee80211_key_identical() local
775 tk_old = old->conf.key; in ieee80211_key_identical()
787 memcpy(tkip_old, tk_old, WLAN_KEY_LEN_TKIP); in ieee80211_key_identical()
791 tk_old = tkip_old; in ieee80211_key_identical()
795 return !crypto_memneq(tk_old, tk_new, new->conf.keylen); in ieee80211_key_identical()