Searched refs:ath10k_install_key (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 95 static int ath10k_install_key(struct ath10k_vif *arvif, in ath10k_install_key() function 145 ret = ath10k_install_key(arvif, arvif->wep_keys[i], SET_KEY, in ath10k_install_peer_wep_keys() 181 ret = ath10k_install_key(arvif, peer->keys[i], in ath10k_clear_peer_keys() 257 ret = ath10k_install_key(arvif, key, DISABLE_KEY, addr, false); in ath10k_clear_vdev_key() 3885 ret = ath10k_install_key(arvif, key, cmd, peer_addr, def_idx); in ath10k_set_key()
|