Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dcfg.c692 struct ieee80211_key_seq kseq = {}; in ieee80211_get_key() local
714 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()
715 iv32 = kseq.tkip.iv32; in ieee80211_get_key()
716 iv16 = kseq.tkip.iv16; in ieee80211_get_key()
733 offsetof(typeof(kseq), aes_cmac)); in ieee80211_get_key()
738 offsetof(typeof(kseq), aes_gmac)); in ieee80211_get_key()
743 offsetof(typeof(kseq), gcmp)); in ieee80211_get_key()
748 memcpy(seq, kseq.ccmp.pn, 6); in ieee80211_get_key()
766 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()
767 params.seq = kseq.hw.seq; in ieee80211_get_key()
[all …]