Lines Matching refs:cmd
226 enum set_key_cmd cmd, in ath10k_send_key() argument
277 if (cmd == DISABLE_KEY) { in ath10k_send_key()
287 enum set_key_cmd cmd, in ath10k_install_key() argument
301 ret = ath10k_send_key(arvif, key, cmd, macaddr, flags); in ath10k_install_key()
6333 enum set_key_cmd cmd, in ath10k_set_key_h_def_keyidx() argument
6363 if (cmd != SET_KEY) in ath10k_set_key_h_def_keyidx()
6373 static int ath10k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in ath10k_set_key() argument
6419 if (cmd == SET_KEY) in ath10k_set_key()
6433 if (cmd == SET_KEY) { in ath10k_set_key()
6450 if (cmd == DISABLE_KEY) in ath10k_set_key()
6458 cmd == SET_KEY) in ath10k_set_key()
6467 if (cmd == SET_KEY && arvif->def_wep_key_idx == -1) in ath10k_set_key()
6471 ret = ath10k_install_key(arvif, key, cmd, peer_addr, flags); in ath10k_set_key()
6487 ret = ath10k_install_key(arvif, key, cmd, peer_addr, flags2); in ath10k_set_key()
6503 ath10k_set_key_h_def_keyidx(ar, arvif, cmd, key); in ath10k_set_key()
6507 if (peer && cmd == SET_KEY) in ath10k_set_key()
6509 else if (peer && cmd == DISABLE_KEY) in ath10k_set_key()
6519 else if (sta && cmd == SET_KEY && (key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) in ath10k_set_key()