Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2687 mt76_connac_mcu_sta_key_tlv(struct mt76_connac_sta_key_conf *sta_key_conf, in mt76_connac_mcu_sta_key_tlv() argument
2713 sec_key->key_id = sta_key_conf->keyidx; in mt76_connac_mcu_sta_key_tlv()
2715 memcpy(sec_key->key, sta_key_conf->key, 16); in mt76_connac_mcu_sta_key_tlv()
2737 memcpy(sta_key_conf->key, key->key, key->keylen); in mt76_connac_mcu_sta_key_tlv()
2738 sta_key_conf->keyidx = key->keyidx; in mt76_connac_mcu_sta_key_tlv()
2754 struct mt76_connac_sta_key_conf *sta_key_conf, in mt76_connac_mcu_add_key() argument
2766 ret = mt76_connac_mcu_sta_key_tlv(sta_key_conf, skb, key, cmd); in mt76_connac_mcu_add_key()