Lines Matching refs:kseq
314 struct ieee80211_key_seq kseq = {}; in ieee80211_get_key() local
347 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()
348 iv32 = kseq.tkip.iv32; in ieee80211_get_key()
349 iv16 = kseq.tkip.iv16; in ieee80211_get_key()
365 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
366 offsetof(typeof(kseq), aes_cmac)); in ieee80211_get_key()
369 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
370 offsetof(typeof(kseq), aes_gmac)); in ieee80211_get_key()
373 BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) != in ieee80211_get_key()
374 offsetof(typeof(kseq), gcmp)); in ieee80211_get_key()
378 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()
379 memcpy(seq, kseq.ccmp.pn, 6); in ieee80211_get_key()
397 drv_get_key_seq(sdata->local, key, &kseq); in ieee80211_get_key()
398 params.seq = kseq.hw.seq; in ieee80211_get_key()
399 params.seq_len = kseq.hw.seq_len; in ieee80211_get_key()