Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c2690 mt76_connac_mcu_sta_key_tlv(struct mt76_connac_sta_key_conf *sta_key_conf, in mt76_connac_mcu_sta_key_tlv() argument
2716 sec_key->key_id = sta_key_conf->keyidx; in mt76_connac_mcu_sta_key_tlv()
2718 memcpy(sec_key->key, sta_key_conf->key, 16); in mt76_connac_mcu_sta_key_tlv()
2740 memcpy(sta_key_conf->key, key->key, key->keylen); in mt76_connac_mcu_sta_key_tlv()
2741 sta_key_conf->keyidx = key->keyidx; in mt76_connac_mcu_sta_key_tlv()
2757 struct mt76_connac_sta_key_conf *sta_key_conf, in mt76_connac_mcu_add_key() argument
2769 ret = mt76_connac_mcu_sta_key_tlv(sta_key_conf, skb, key, cmd); in mt76_connac_mcu_add_key()
Dmt76_connac_mcu.h1898 struct mt76_connac_sta_key_conf *sta_key_conf,
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Dmcu.c1854 struct mt76_connac_sta_key_conf *sta_key_conf, in mt7996_mcu_sta_key_tlv() argument
1880 sec_key->key_id = sta_key_conf->keyidx; in mt7996_mcu_sta_key_tlv()
1882 memcpy(sec_key->key, sta_key_conf->key, 16); in mt7996_mcu_sta_key_tlv()
1906 memcpy(sta_key_conf->key, key->key, key->keylen); in mt7996_mcu_sta_key_tlv()
1907 sta_key_conf->keyidx = key->keyidx; in mt7996_mcu_sta_key_tlv()
1920 struct mt76_connac_sta_key_conf *sta_key_conf, in mt7996_mcu_add_key() argument
1933 ret = mt7996_mcu_sta_key_tlv(wcid, sta_key_conf, skb, key, cmd); in mt7996_mcu_add_key()
Dmt7996.h488 struct mt76_connac_sta_key_conf *sta_key_conf,