Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c2566 mt76_connac_mcu_sta_key_tlv(struct mt76_connac_sta_key_conf *sta_key_conf, in mt76_connac_mcu_sta_key_tlv() argument
2592 sec_key->key_id = sta_key_conf->keyidx; in mt76_connac_mcu_sta_key_tlv()
2594 memcpy(sec_key->key, sta_key_conf->key, 16); in mt76_connac_mcu_sta_key_tlv()
2616 memcpy(sta_key_conf->key, key->key, key->keylen); in mt76_connac_mcu_sta_key_tlv()
2617 sta_key_conf->keyidx = key->keyidx; in mt76_connac_mcu_sta_key_tlv()
2633 struct mt76_connac_sta_key_conf *sta_key_conf, in mt76_connac_mcu_add_key() argument
2645 ret = mt76_connac_mcu_sta_key_tlv(sta_key_conf, skb, key, cmd); in mt76_connac_mcu_add_key()
Dmt76_connac_mcu.h1795 struct mt76_connac_sta_key_conf *sta_key_conf,