Home
last modified time | relevance | path

Searched refs:key_cipher (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg.h540 u32 key_cipher; member
H A Dsta_cfg.c863 encrypt_key.key_cipher = kp->cipher; in nxpwifi_set_encode()
H A Dsta_cmd.c1091 if (enc_key->key_cipher != WLAN_CIPHER_SUITE_TKIP && in nxpwifi_cmd_sta_802_11_key_material()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhw.c1105 if (unlikely(!ahvif->dp_vif.key_cipher)) in ath12k_wifi7_mac_op_tx()
H A Ddp_tx.c1039 u32_encode_bits(ath12k_dp_tx_get_encrypt_type(dp_vif->key_cipher), in ath12k_wifi7_dp_tx_get_vdev_bank_config()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c258 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
262 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_TKIP]; in ath10k_send_key()
268 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_WEP]; in ath10k_send_key()
271 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_CCM]; in ath10k_send_key()
275 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_AES_GCM]; in ath10k_send_key()
299 arg.key_cipher = ar->wmi_key_cipher[WMI_CIPHER_NONE]; in ath10k_send_key()
H A Dwmi.c7329 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key()
7331 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key()
7342 cmd->key_cipher = __cpu_to_le32(arg->key_cipher); in ath10k_wmi_op_gen_vdev_install_key()
7354 arg->key_idx, arg->key_cipher, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c5903 arg.key_cipher = WMI_CIPHER_AES_CCM; in ath12k_install_key()
5907 arg.key_cipher = WMI_CIPHER_TKIP; in ath12k_install_key()
5913 arg.key_cipher = WMI_CIPHER_AES_GCM; in ath12k_install_key()
5917 arg.key_cipher = WMI_CIPHER_AES_CMAC; in ath12k_install_key()
5921 arg.key_cipher = WMI_CIPHER_AES_GMAC; in ath12k_install_key()
5924 arg.key_cipher = WMI_CIPHER_AES_CMAC; in ath12k_install_key()
5975 ahvif->dp_vif.key_cipher = arg.ieee80211_key_cipher; in ath12k_install_key()
13596 ahvif->dp_vif.key_cipher, in ath12k_mac_op_reconfig_complete()
H A Dwmi.h3854 __le32 key_cipher; member
3876 u32 key_cipher; member
H A Dwmi.c2123 cmd->key_cipher = cpu_to_le32(arg->key_cipher); in ath12k_wmi_vdev_install_key()
2137 arg->key_idx, arg->key_cipher, arg->key_len); in ath12k_wmi_vdev_install_key()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c1866 cmd->key_cipher = arg->key_cipher; in ath11k_wmi_vdev_install_key()
1890 arg->key_idx, arg->key_cipher, arg->key_len); in ath11k_wmi_vdev_install_key()