Searched refs:gtk_tlv (Results 1 – 1 of 1) sorted by relevance
2359 struct mt76_connac_gtk_rekey_tlv *gtk_tlv = data; in mt76_connac_mcu_key_iter() local2375 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_1); in mt76_connac_mcu_key_iter()2377 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_2); in mt76_connac_mcu_key_iter()2379 gtk_tlv->pairwise_cipher = cpu_to_le32(cipher); in mt76_connac_mcu_key_iter()2380 gtk_tlv->keyid = key->keyidx; in mt76_connac_mcu_key_iter()2382 gtk_tlv->group_cipher = cpu_to_le32(cipher); in mt76_connac_mcu_key_iter()2391 struct mt76_connac_gtk_rekey_tlv *gtk_tlv; in mt76_connac_mcu_update_gtk_rekey() local2402 sizeof(hdr) + sizeof(*gtk_tlv)); in mt76_connac_mcu_update_gtk_rekey()2407 gtk_tlv = (struct mt76_connac_gtk_rekey_tlv *)skb_put_zero(skb, in mt76_connac_mcu_update_gtk_rekey()2408 sizeof(*gtk_tlv)); in mt76_connac_mcu_update_gtk_rekey()[all …]