Searched refs:gtk_tlv (Results 1 – 1 of 1) sorted by relevance
2438 struct mt76_connac_gtk_rekey_tlv *gtk_tlv = data; in mt76_connac_mcu_key_iter() local2454 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_1); in mt76_connac_mcu_key_iter()2456 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_2); in mt76_connac_mcu_key_iter()2458 gtk_tlv->pairwise_cipher = cpu_to_le32(cipher); in mt76_connac_mcu_key_iter()2459 gtk_tlv->keyid = key->keyidx; in mt76_connac_mcu_key_iter()2461 gtk_tlv->group_cipher = cpu_to_le32(cipher); in mt76_connac_mcu_key_iter()2470 struct mt76_connac_gtk_rekey_tlv *gtk_tlv; in mt76_connac_mcu_update_gtk_rekey() local2481 sizeof(hdr) + sizeof(*gtk_tlv)); in mt76_connac_mcu_update_gtk_rekey()2486 gtk_tlv = (struct mt76_connac_gtk_rekey_tlv *)skb_put_zero(skb, in mt76_connac_mcu_update_gtk_rekey()2487 sizeof(*gtk_tlv)); in mt76_connac_mcu_update_gtk_rekey()[all …]