Lines Matching refs:mcast
2363 bool mcast) in __iwl_mvm_remove_sta_key() argument
2384 if (mcast) in __iwl_mvm_remove_sta_key()
3192 struct ieee80211_key_conf *key, bool mcast, in iwl_mvm_send_sta_key() argument
3265 if (mcast) in iwl_mvm_send_sta_key()
3403 bool mcast) in __iwl_mvm_set_sta_key() argument
3433 ret = iwl_mvm_send_sta_key(mvm, sta_id, keyconf, mcast, in __iwl_mvm_set_sta_key()
3442 ret = iwl_mvm_send_sta_key(mvm, sta_id, keyconf, mcast, in __iwl_mvm_set_sta_key()
3446 ret = iwl_mvm_send_sta_key(mvm, sta_id, keyconf, mcast, in __iwl_mvm_set_sta_key()
3459 bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE); in iwl_mvm_set_sta_key() local
3525 ret = __iwl_mvm_set_sta_key(mvm, vif, sta, keyconf, key_offset, mcast); in iwl_mvm_set_sta_key()
3539 key_offset, !mcast); in iwl_mvm_set_sta_key()
3541 __iwl_mvm_remove_sta_key(mvm, sta_id, keyconf, mcast); in iwl_mvm_set_sta_key()
3560 bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE); in iwl_mvm_remove_sta_key() local
3571 else if (!sta && vif->type == NL80211_IFTYPE_AP && mcast) in iwl_mvm_remove_sta_key()
3601 ret = __iwl_mvm_remove_sta_key(mvm, sta_id, keyconf, mcast); in iwl_mvm_remove_sta_key()
3608 ret = __iwl_mvm_remove_sta_key(mvm, sta_id, keyconf, !mcast); in iwl_mvm_remove_sta_key()
3620 bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE); in iwl_mvm_update_tkip_key() local
3628 iwl_mvm_send_sta_key(mvm, mvm_sta->sta_id, keyconf, mcast, in iwl_mvm_update_tkip_key()