Home
last modified time | relevance | path

Searched refs:IEEE80211_KEY_FLAG_SPP_AMSDU (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dmac80211.h2385 * @IEEE80211_KEY_FLAG_SPP_AMSDU: SPP A-MSDUs can be used with this key
2400 IEEE80211_KEY_FLAG_SPP_AMSDU = BIT(11),
2361 IEEE80211_KEY_FLAG_SPP_AMSDU = BIT(11), global() enumerator
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c3561 if (key->flags & IEEE80211_KEY_FLAG_SPP_AMSDU) in iwl_mvm_send_sta_key()