Home
last modified time | relevance | path

Searched refs:gtk_tlv (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c2366 struct mt76_connac_gtk_rekey_tlv *gtk_tlv = data; in mt76_connac_mcu_key_iter() local
2382 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_1); in mt76_connac_mcu_key_iter()
2384 gtk_tlv->proto = cpu_to_le32(NL80211_WPA_VERSION_2); in mt76_connac_mcu_key_iter()
2386 gtk_tlv->pairwise_cipher = cpu_to_le32(cipher); in mt76_connac_mcu_key_iter()
2387 gtk_tlv->keyid = key->keyidx; in mt76_connac_mcu_key_iter()
2389 gtk_tlv->group_cipher = cpu_to_le32(cipher); in mt76_connac_mcu_key_iter()
2398 struct mt76_connac_gtk_rekey_tlv *gtk_tlv; in mt76_connac_mcu_update_gtk_rekey() local
2409 sizeof(hdr) + sizeof(*gtk_tlv)); in mt76_connac_mcu_update_gtk_rekey()
2414 gtk_tlv = (struct mt76_connac_gtk_rekey_tlv *)skb_put(skb, in mt76_connac_mcu_update_gtk_rekey()
2415 sizeof(*gtk_tlv)); in mt76_connac_mcu_update_gtk_rekey()
[all …]