Searched refs:mlo_key (Results 1 – 1 of 1) sorted by relevance
1004 struct iwl_mld_wowlan_mlo_key *mlo_key = &wowlan_status->mlo_keys[i]; in iwl_mld_mlo_rekey() local1007 u8 link_id = mlo_key->link_id; in iwl_mld_mlo_rekey()1009 if (IWL_FW_CHECK(mld, mlo_key->link_id >= IEEE80211_MLD_MAX_NUM_LINKS || in iwl_mld_mlo_rekey()1010 mlo_key->idx >= 8 || in iwl_mld_mlo_rekey()1011 mlo_key->type >= WOWLAN_MLO_GTK_KEY_NUM_TYPES, in iwl_mld_mlo_rekey()1013 mlo_key->link_id, mlo_key->idx, mlo_key->type)) in iwl_mld_mlo_rekey()1021 mlo_key->idx, link_id); in iwl_mld_mlo_rekey()1023 key = ieee80211_gtk_rekey_add(vif, mlo_key->idx, mlo_key->key, in iwl_mld_mlo_rekey()1024 sizeof(mlo_key->key), link_id); in iwl_mld_mlo_rekey()1036 seq.ccmp.pn[5 - j] = mlo_key->pn[j]; in iwl_mld_mlo_rekey()