Lines Matching defs:mcast
2642 bool mcast)
2663 if (mcast)
3561 struct ieee80211_key_conf *key, bool mcast,
3639 if (mcast)
3825 bool mcast)
3859 return iwl_mvm_send_sta_key(mvm, sta_id, keyconf, mcast,
3864 return iwl_mvm_send_sta_key(mvm, sta_id, keyconf, mcast,
3874 bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE);
3940 ret = __iwl_mvm_set_sta_key(mvm, vif, sta, keyconf, key_offset, mcast);
3954 key_offset, !mcast);
3956 __iwl_mvm_remove_sta_key(mvm, sta_id, keyconf, mcast);
3975 bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE);
3986 else if (!sta && vif->type == NL80211_IFTYPE_AP && mcast)
4016 ret = __iwl_mvm_remove_sta_key(mvm, sta_id, keyconf, mcast);
4023 ret = __iwl_mvm_remove_sta_key(mvm, sta_id, keyconf, !mcast);
4035 bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE);
4043 iwl_mvm_send_sta_key(mvm, mvm_sta->deflink.sta_id, keyconf, mcast,