Searched refs:IEEE80211_MICBUF_SIZE (Results 1 – 3 of 3) sorted by relevance
90 #define IEEE80211_MICBUF_SIZE (8+8) /* space for both tx+rx keys */ macro174 uint8_t wk_key[IEEE80211_KEYBUF_SIZE+IEEE80211_MICBUF_SIZE];
92 uint8_t ik_keydata[IEEE80211_KEYBUF_SIZE+IEEE80211_MICBUF_SIZE];
2357 hk.keyLen = k->wk_keylen + IEEE80211_MICBUF_SIZE; in mwl_key_set()