| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A 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 in wcn36xx_set_key() [all...] |
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A 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()
|
| H A D | main.c | 3508 struct ieee80211_key_conf *key_conf) in wlcore_op_set_key() 3513 key_conf->cipher == WL1271_CIPHER_SUITE_GEM || in wlcore_op_set_key() 3514 key_conf->cipher == WLAN_CIPHER_SUITE_TKIP; in wlcore_op_set_key() 3536 ret = wlcore_hw_set_key(wl, cmd, vif, sta, key_conf); in wlcore_op_set_key() 3552 struct ieee80211_key_conf *key_conf) in wlcore_set_key() 3566 key_conf->cipher, key_conf->keyidx, in wlcore_set_key() 3567 key_conf->keylen, key_conf->flags); in wlcore_set_key() 3568 wl1271_dump(DEBUG_CRYPT, "KEY: ", key_conf in wlcore_set_key() 3497 wlcore_op_set_key(struct ieee80211_hw * hw,enum set_key_cmd cmd,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * key_conf) wlcore_op_set_key() argument 3541 wlcore_set_key(struct wl1271 * wl,enum set_key_cmd cmd,struct ieee80211_vif * vif,struct ieee80211_sta * sta,struct ieee80211_key_conf * key_conf) wlcore_set_key() argument [all...] |
| H A D | wlcore.h | 93 struct ieee80211_key_conf *key_conf); 507 struct ieee80211_key_conf *key_conf);
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 5046 INIT_LIST_HEAD(&ahvif->cache[link_id]->key_conf.list); in ath12k_ahvif_get_link_cache() 5054 struct ath12k_key_conf *key_conf, *tmp; in ath12k_ahvif_put_link_key_cache() 5056 if (!cache || list_empty(&cache->key_conf.list)) in ath12k_ahvif_put_link_key_cache() 5058 list_for_each_entry_safe(key_conf, tmp, &cache->key_conf.list, list) { in ath12k_ahvif_put_link_key_cache() 5059 list_del(&key_conf->list); 5060 kfree(key_conf); in ath12k_ahvif_put_link_cache() 6114 struct ath12k_key_conf *key_conf, *tmp; in ath12k_mac_update_key_cache() 6116 list_for_each_entry_safe(key_conf, tmp, &cache->key_conf in ath12k_mac_update_key_cache() 5050 struct ath12k_key_conf *key_conf, *tmp; ath12k_ahvif_put_link_key_cache() local 6119 struct ath12k_key_conf *key_conf, *tmp; ath12k_mac_update_key_cache() local 10482 struct ath12k_key_conf *key_conf, *tmp; ath12k_mac_vif_flush_key_cache() local [all...] |
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A 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/drivers/net/wireless/realtek/rtw89/ |
| H A D | cam.c | 305 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/ath/ath11k/ |
| H A D | dp_rx.c | 3250 struct ieee80211_key_conf *key_conf; in ath11k_dp_rx_h_verify_tkip_mic() 3273 key_conf = peer->keys[key_idx]; in ath11k_dp_rx_h_undecap_frag() 3277 key = &key_conf->key[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY]; in ath11k_dp_rx_h_undecap_frag() 3222 struct ieee80211_key_conf *key_conf; ath11k_dp_rx_h_verify_tkip_mic() local
|