Add IEEE80211_KEY_SWCRYPT / IEEE80211_KEY_SWMIC bits to the IEEE80211_KEY_DEVICE mask - as a result, such bits will be preserved during group key handshake.
A driver can set them in iv_key_alloc() in case when hardware crypto support is not possible. For example:
- multi-vap without multicast key search support;
- IBSS RSN for devices w/ fixed storage for group keys;