Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c502 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/drivers/net/wireless/ti/wlcore/
H A Dhw_ops.h182 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()
H A Dmain.c3497 struct ieee80211_key_conf *key_conf) in wlcore_op_set_key() argument
3502 key_conf->cipher == WL1271_CIPHER_SUITE_GEM || in wlcore_op_set_key()
3503 key_conf->cipher == WLAN_CIPHER_SUITE_TKIP; in wlcore_op_set_key()
3525 ret = wlcore_hw_set_key(wl, cmd, vif, sta, key_conf); in wlcore_op_set_key()
3541 struct ieee80211_key_conf *key_conf) in wlcore_set_key() argument
3555 key_conf->cipher, key_conf->keyidx, in wlcore_set_key()
3556 key_conf->keylen, key_conf->flags); in wlcore_set_key()
3557 wl1271_dump(DEBUG_CRYPT, "KEY: ", key_conf->key, key_conf->keylen); in wlcore_set_key()
3575 switch (key_conf->cipher) { in wlcore_set_key()
3580 key_conf->hw_key_idx = key_conf->keyidx; in wlcore_set_key()
[all …]
H A Dwlcore.h93 struct ieee80211_key_conf *key_conf);
507 struct ieee80211_key_conf *key_conf);
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c5029 INIT_LIST_HEAD(&ahvif->cache[link_id]->key_conf.list); in ath12k_ahvif_get_link_cache()
5037 struct ath12k_key_conf *key_conf, *tmp; in ath12k_ahvif_put_link_key_cache() local
5039 if (!cache || list_empty(&cache->key_conf.list)) in ath12k_ahvif_put_link_key_cache()
5041 list_for_each_entry_safe(key_conf, tmp, &cache->key_conf.list, list) { in ath12k_ahvif_put_link_key_cache()
5042 list_del(&key_conf->list); in ath12k_ahvif_put_link_key_cache()
5043 kfree(key_conf); in ath12k_ahvif_put_link_key_cache()
6106 struct ath12k_key_conf *key_conf, *tmp; in ath12k_mac_update_key_cache() local
6108 list_for_each_entry_safe(key_conf, tmp, &cache->key_conf.list, list) { in ath12k_mac_update_key_cache()
6109 if (key_conf->key != key) in ath12k_mac_update_key_cache()
6120 list_del(&key_conf->list); in ath12k_mac_update_key_cache()
[all …]
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcam.c305 sec_cam->key_conf, sec_cam); in rtw89_cam_attach_link_sec_cam()
438 sec_cam->key_conf = key; in rtw89_cam_sec_key_install()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1643 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/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c985 struct ieee80211_key_conf *key_conf; in ath12k_wifi7_dp_rx_h_verify_tkip_mic() local
1010 key_conf = peer->keys[key_idx]; in ath12k_wifi7_dp_rx_h_verify_tkip_mic()
1014 key = &key_conf->key[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY]; in ath12k_wifi7_dp_rx_h_verify_tkip_mic()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c903 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/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3268 struct ieee80211_key_conf *key_conf; in ath11k_dp_rx_h_verify_tkip_mic() local
3291 key_conf = peer->keys[key_idx]; in ath11k_dp_rx_h_verify_tkip_mic()
3295 key = &key_conf->key[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY]; in ath11k_dp_rx_h_verify_tkip_mic()