Lines Matching refs:cmd
237 enum set_key_cmd cmd, in ath10k_send_key() argument
288 if (cmd == DISABLE_KEY) { in ath10k_send_key()
298 enum set_key_cmd cmd, in ath10k_install_key() argument
312 ret = ath10k_send_key(arvif, key, cmd, macaddr, flags); in ath10k_install_key()
6482 enum set_key_cmd cmd, in ath10k_set_key_h_def_keyidx() argument
6512 if (cmd != SET_KEY) in ath10k_set_key_h_def_keyidx()
6522 static int ath10k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in ath10k_set_key() argument
6568 if (cmd == SET_KEY) in ath10k_set_key()
6582 if (cmd == SET_KEY) { in ath10k_set_key()
6599 if (cmd == DISABLE_KEY) in ath10k_set_key()
6607 cmd == SET_KEY) in ath10k_set_key()
6616 if (cmd == SET_KEY && arvif->def_wep_key_idx == -1) in ath10k_set_key()
6620 ret = ath10k_install_key(arvif, key, cmd, peer_addr, flags); in ath10k_set_key()
6636 ret = ath10k_install_key(arvif, key, cmd, peer_addr, flags2); in ath10k_set_key()
6652 ath10k_set_key_h_def_keyidx(ar, arvif, cmd, key); in ath10k_set_key()
6656 if (peer && cmd == SET_KEY) in ath10k_set_key()
6658 else if (peer && cmd == DISABLE_KEY) in ath10k_set_key()
6668 else if (sta && cmd == SET_KEY && (key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) in ath10k_set_key()