/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/ |
D | main.c | 502 struct ieee80211_key_conf *key_conf) in wcn36xx_set_key() argument 512 cmd, key_conf->cipher, key_conf->keyidx, in wcn36xx_set_key() 513 key_conf->keylen, key_conf->flags); in wcn36xx_set_key() 515 key_conf->key, in wcn36xx_set_key() 516 key_conf->keylen); in wcn36xx_set_key() 520 switch (key_conf->cipher) { in wcn36xx_set_key() 535 key_conf->cipher); in wcn36xx_set_key() 550 memcpy(key, key_conf->key, 16); in wcn36xx_set_key() 551 memcpy(key + 16, key_conf->key + 24, 8); in wcn36xx_set_key() 552 memcpy(key + 24, key_conf->key + 16, 8); in wcn36xx_set_key() [all …]
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | hw_ops.h | 182 struct ieee80211_key_conf *key_conf) in wlcore_hw_set_key() argument 187 return wl->ops->set_key(wl, cmd, vif, sta, key_conf); in wlcore_hw_set_key()
|
D | main.c | 3503 struct ieee80211_key_conf *key_conf) in wlcore_op_set_key() argument 3508 key_conf->cipher == WL1271_CIPHER_SUITE_GEM || in wlcore_op_set_key() 3509 key_conf->cipher == WLAN_CIPHER_SUITE_TKIP; in wlcore_op_set_key() 3531 ret = wlcore_hw_set_key(wl, cmd, vif, sta, key_conf); in wlcore_op_set_key() 3548 struct ieee80211_key_conf *key_conf) in wlcore_set_key() argument 3562 key_conf->cipher, key_conf->keyidx, in wlcore_set_key() 3563 key_conf->keylen, key_conf->flags); in wlcore_set_key() 3564 wl1271_dump(DEBUG_CRYPT, "KEY: ", key_conf->key, key_conf->keylen); in wlcore_set_key() 3582 switch (key_conf->cipher) { in wlcore_set_key() 3587 key_conf->hw_key_idx = key_conf->keyidx; in wlcore_set_key() [all …]
|
D | wlcore.h | 93 struct ieee80211_key_conf *key_conf); 507 struct ieee80211_key_conf *key_conf);
|
/linux-6.12.1/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 1608 struct ieee80211_key_conf *key_conf) in wl18xx_set_key() argument 1617 special_enc = key_conf->cipher == WL1271_CIPHER_SUITE_GEM || in wl18xx_set_key() 1618 key_conf->cipher == WLAN_CIPHER_SUITE_TKIP; in wl18xx_set_key() 1620 ret = wlcore_set_key(wl, cmd, vif, sta, key_conf); in wl18xx_set_key()
|
/linux-6.12.1/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1643 struct ieee80211_key_conf *key_conf) in wl12xx_set_key() argument 1645 return wlcore_set_key(wl, cmd, vif, sta, key_conf); in wl12xx_set_key()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | core.h | 230 struct ath12k_key_conf key_conf; member
|
D | dp_rx.c | 2841 struct ieee80211_key_conf *key_conf; in ath12k_dp_rx_h_verify_tkip_mic() local 2863 key_conf = peer->keys[key_idx]; in ath12k_dp_rx_h_verify_tkip_mic() 2867 key = &key_conf->key[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY]; in ath12k_dp_rx_h_verify_tkip_mic()
|
D | mac.c | 4087 cache->key_conf.cmd = cmd; in ath12k_mac_op_set_key() 4088 cache->key_conf.key = key; in ath12k_mac_op_set_key() 4089 cache->key_conf.changed = true; in ath12k_mac_op_set_key() 6663 if (cache->key_conf.changed) { in ath12k_mac_vif_cache_flush() 6664 ret = ath12k_mac_set_key(ar, cache->key_conf.cmd, vif, NULL, in ath12k_mac_vif_cache_flush() 6665 cache->key_conf.key); in ath12k_mac_vif_cache_flush()
|
/linux-6.12.1/drivers/net/wireless/marvell/ |
D | mwl8k.c | 903 struct ieee80211_key_conf *key_conf; in mwl8k_encapsulate_tx_frame() local 911 key_conf = NULL; in mwl8k_encapsulate_tx_frame() 913 key_conf = tx_info->control.hw_key; in mwl8k_encapsulate_tx_frame() 925 if (key_conf != NULL) { in mwl8k_encapsulate_tx_frame() 926 head_pad = key_conf->iv_len; in mwl8k_encapsulate_tx_frame() 927 switch (key_conf->cipher) { in mwl8k_encapsulate_tx_frame()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 3278 struct ieee80211_key_conf *key_conf; in ath11k_dp_rx_h_verify_tkip_mic() local 3301 key_conf = peer->keys[key_idx]; in ath11k_dp_rx_h_verify_tkip_mic() 3305 key = &key_conf->key[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY]; in ath11k_dp_rx_h_verify_tkip_mic()
|