On Sat, 2019-07-13 at 17:03 +0200, Lorenzo Bianconi wrote: > Add IEEE80211_KEY_FLAG_PUT_MMIE_SPACE flag to ieee80211_key_flags in order > to allow the driver to notify mac80211 to allocate mmie space for AES_CMAC > hw cipher. Moreover mac80211 will set MMIE pn while MIC will be computed > in hw. Hmm. It probably should be called something like GENERATE_MMIE in line with GENERATE_IV_MGMT etc.? Purely adding the *space* wouldn't really be all that useful, we're not really going to apply our tailroom request to this since it's a (relatively rare) mgmt. frame, so ... johannes