Searched refs:kseq (Results 1 – 1 of 1) sorted by relevance
678 struct ieee80211_key_seq kseq = {}; in ieee80211_get_key() local700 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()701 iv32 = kseq.tkip.iv32; in ieee80211_get_key()702 iv16 = kseq.tkip.iv16; in ieee80211_get_key()718 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()719 offsetof(typeof(kseq), aes_cmac)); in ieee80211_get_key()723 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()724 offsetof(typeof(kseq), aes_gmac)); in ieee80211_get_key()728 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()729 offsetof(typeof(kseq), gcmp)); in ieee80211_get_key()[all …]