Lines Matching refs:kseq
834 struct ieee80211_key_seq kseq = {}; in ieee80211_get_key() local
856 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()
857 iv32 = kseq.tkip.iv32; in ieee80211_get_key()
858 iv16 = kseq.tkip.iv16; in ieee80211_get_key()
874 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
875 offsetof(typeof(kseq), aes_cmac)); in ieee80211_get_key()
879 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
880 offsetof(typeof(kseq), aes_gmac)); in ieee80211_get_key()
884 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
885 offsetof(typeof(kseq), gcmp)); in ieee80211_get_key()
889 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()
890 memcpy(seq, kseq.ccmp.pn, 6); in ieee80211_get_key()
908 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()
909 params.seq = kseq.hw.seq; in ieee80211_get_key()
910 params.seq_len = kseq.hw.seq_len; in ieee80211_get_key()