Searched refs:gtk_tlv (Results 1 – 1 of 1) sorted by relevance
2290 struct mt76_connac_gtk_rekey_tlv *gtk_tlv = data; in mt76_connac_mcu_key_iter() local2306 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_1); in mt76_connac_mcu_key_iter()2308 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_2); in mt76_connac_mcu_key_iter()2310 gtk_tlv->pairwise_cipher = cpu_to_le32(cipher); in mt76_connac_mcu_key_iter()2311 gtk_tlv->keyid = key->keyidx; in mt76_connac_mcu_key_iter()2313 gtk_tlv->group_cipher = cpu_to_le32(cipher); in mt76_connac_mcu_key_iter()2322 struct mt76_connac_gtk_rekey_tlv *gtk_tlv; in mt76_connac_mcu_update_gtk_rekey() local2333 sizeof(hdr) + sizeof(*gtk_tlv)); in mt76_connac_mcu_update_gtk_rekey()2338 gtk_tlv = (struct mt76_connac_gtk_rekey_tlv *)skb_put_zero(skb, in mt76_connac_mcu_update_gtk_rekey()2339 sizeof(*gtk_tlv)); in mt76_connac_mcu_update_gtk_rekey()[all …]