Searched refs:ath10k_install_key (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 297 static int ath10k_install_key(struct ath10k_vif *arvif, in ath10k_install_key() function 358 ret = ath10k_install_key(arvif, arvif->wep_keys[i], in ath10k_install_peer_wep_keys() 364 ret = ath10k_install_key(arvif, arvif->wep_keys[i], in ath10k_install_peer_wep_keys() 370 ret = ath10k_install_key(arvif, arvif->wep_keys[i], in ath10k_install_peer_wep_keys() 436 ret = ath10k_install_key(arvif, peer->keys[i], in ath10k_clear_peer_keys() 514 ret = ath10k_install_key(arvif, key, DISABLE_KEY, addr, flags); in ath10k_clear_vdev_key() 6621 ret = ath10k_install_key(arvif, key, cmd, peer_addr, flags); in ath10k_set_key() 6637 ret = ath10k_install_key(arvif, key, cmd, peer_addr, flags2); in ath10k_set_key() 6642 ret2 = ath10k_install_key(arvif, key, DISABLE_KEY, in ath10k_set_key()
|