/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | core.h | 238 u32 key_cipher; member
|
H A D | mac.c | 3062 /* arg.key_cipher = WMI_CIPHER_NONE; */ in ath12k_install_key() 3070 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath12k_install_key() 3075 arg.key_cipher = WMI_CIPHER_TKIP; in ath12k_install_key() 3080 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath12k_install_key() 3084 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath12k_install_key() 3105 arvif->key_cipher = key->cipher; in ath12k_install_key() 6767 arvif->key_cipher, in ath12k_mac_op_reconfig_complete()
|
H A D | wmi.h | 3506 __le32 key_cipher; member 3528 u32 key_cipher; member
|
H A D | dp.c | 325 u32_encode_bits(ath12k_dp_tx_get_encrypt_type(arvif->key_cipher), in ath12k_dp_tx_get_vdev_bank_config()
|
H A D | wmi.c | 1790 cmd->key_cipher = cpu_to_le32(arg->key_cipher); in ath12k_wmi_vdev_install_key() 1804 arg->key_idx, arg->key_cipher, arg->key_len); in ath12k_wmi_vdev_install_key()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.c | 2347 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key() 2350 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key() 2368 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_tlv_op_gen_vdev_install_key()
|
H A D | mac.c | 243 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key() 247 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_TKIP]; in ath10k_send_key() 253 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_WEP]; in ath10k_send_key() 256 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key() 260 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_GCM]; in ath10k_send_key() 278 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
|
H A D | wmi.c | 7301 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key() 7303 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key() 7314 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_op_gen_vdev_install_key() 7326 arg->key_idx, arg->key_cipher, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
|
H A D | wmi.h | 5039 __le32 key_cipher; /* %WMI_CIPHER_ */ member 5058 u32 key_cipher; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.c | 2358 if (arg->key_cipher == ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key() 2361 if (arg->key_cipher != ar->wmi_key_cipher[WMI_CIPHER_NONE] && in ath10k_wmi_tlv_op_gen_vdev_install_key() 2379 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_tlv_op_gen_vdev_install_key()
|
H A D | mac.c | 254 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key() 258 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_TKIP]; in ath10k_send_key() 264 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_WEP]; in ath10k_send_key() 267 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key() 271 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_GCM]; in ath10k_send_key() 289 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
|
H A D | wmi.c | 7301 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key() 7303 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key() 7314 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_op_gen_vdev_install_key() 7326 arg->key_idx, arg->key_cipher, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
|
H A D | wmi.h | 5043 __le32 key_cipher; /* %WMI_CIPHER_ */ member 5062 u32 key_cipher; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 2406 arg.key_cipher = WMI_CIPHER_NONE; in ath11k_install_key() 2413 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath11k_install_key() 2418 arg.key_cipher = WMI_CIPHER_TKIP; in ath11k_install_key() 2423 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath11k_install_key() 2427 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath11k_install_key()
|
H A D | wmi.h | 3440 u32 key_cipher; member 3462 u32 key_cipher; member
|
H A D | wmi.c | 1656 cmd->key_cipher = arg->key_cipher; in ath11k_wmi_vdev_install_key() 1680 arg->key_idx, arg->key_cipher, arg->key_len); in ath11k_wmi_vdev_install_key()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 4133 arg.key_cipher = WMI_CIPHER_NONE; in ath11k_install_key() 4140 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath11k_install_key() 4145 arg.key_cipher = WMI_CIPHER_TKIP; in ath11k_install_key() 4150 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath11k_install_key() 4154 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath11k_install_key()
|
H A D | wmi.h | 3621 u32 key_cipher; member 3643 u32 key_cipher; member
|
H A D | wmi.c | 1801 cmd->key_cipher = arg->key_cipher; in ath11k_wmi_vdev_install_key() 1825 arg->key_idx, arg->key_cipher, arg->key_len); in ath11k_wmi_vdev_install_key()
|