Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmt7925.h314 struct mt76_connac_sta_key_conf *sta_key_conf,
H A Dmcu.c1022 struct mt76_connac_sta_key_conf *sta_key_conf, in mt7925_mcu_sta_key_tlv() argument
1075 sec->key_id = sta_key_conf->keyidx; in mt7925_mcu_sta_key_tlv()
1077 memcpy(sec->key, sta_key_conf->key, 16); in mt7925_mcu_sta_key_tlv()
1093 memcpy(sta_key_conf->key, key->key, key->keylen); in mt7925_mcu_sta_key_tlv()
1094 sta_key_conf->keyidx = key->keyidx; in mt7925_mcu_sta_key_tlv()
1105 struct mt76_connac_sta_key_conf *sta_key_conf, in mt7925_mcu_add_key() argument
1120 ret = mt7925_mcu_sta_key_tlv(wcid, sta_key_conf, skb, key, cmd, msta); in mt7925_mcu_add_key()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2618 mt76_connac_mcu_sta_key_tlv(struct mt76_connac_sta_key_conf *sta_key_conf, in mt76_connac_mcu_sta_key_tlv() argument
2644 sec_key->key_id = sta_key_conf->keyidx; in mt76_connac_mcu_sta_key_tlv()
2646 memcpy(sec_key->key, sta_key_conf->key, 16); in mt76_connac_mcu_sta_key_tlv()
2668 memcpy(sta_key_conf->key, key->key, key->keylen); in mt76_connac_mcu_sta_key_tlv()
2669 sta_key_conf->keyidx = key->keyidx; in mt76_connac_mcu_sta_key_tlv()
2685 struct mt76_connac_sta_key_conf *sta_key_conf, in mt76_connac_mcu_add_key() argument
2697 ret = mt76_connac_mcu_sta_key_tlv(sta_key_conf, skb, key, cmd); in mt76_connac_mcu_add_key()
H A Dmt76_connac_mcu.h2021 struct mt76_connac_sta_key_conf *sta_key_conf,