Home
last modified time | relevance | path

Searched refs:encrypt_type (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
Dhostap_main.c331 enum { NONE, WEP, OTHER } encrypt_type; in hostap_set_encryption() local
336 encrypt_type = NONE; in hostap_set_encryption()
338 encrypt_type = WEP; in hostap_set_encryption()
340 encrypt_type = OTHER; in hostap_set_encryption()
350 if (encrypt_type != NONE || local->privacy_invoked) in hostap_set_encryption()
355 if (local->open_wep || encrypt_type == NONE || in hostap_set_encryption()
361 if ((encrypt_type != NONE || local->privacy_invoked) && in hostap_set_encryption()
362 (encrypt_type == OTHER || local->host_encrypt)) in hostap_set_encryption()
366 if ((encrypt_type != NONE || local->privacy_invoked) && in hostap_set_encryption()
367 (encrypt_type == OTHER || local->host_decrypt)) in hostap_set_encryption()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
Dmain.c548 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; in wcn36xx_set_key()
551 vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP104; in wcn36xx_set_key()
554 vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP; in wcn36xx_set_key()
557 vif_priv->encrypt_type = WCN36XX_HAL_ED_TKIP; in wcn36xx_set_key()
568 if (WCN36XX_HAL_ED_TKIP == vif_priv->encrypt_type) { in wcn36xx_set_key()
596 vif_priv->encrypt_type, in wcn36xx_set_key()
603 vif_priv->encrypt_type, in wcn36xx_set_key()
615 vif_priv->encrypt_type, in wcn36xx_set_key()
628 vif_priv->encrypt_type, in wcn36xx_set_key()
632 vif_priv->encrypt_type = WCN36XX_HAL_ED_NONE; in wcn36xx_set_key()
[all …]
Dwcn36xx.h123 enum ani_ed_type encrypt_type; member
Dsmd.c384 sta_params->encrypt_type = vif_priv->encrypt_type; in wcn36xx_smd_set_sta_params()
1355 v1->encrypt_type = orig->encrypt_type; in wcn36xx_smd_convert_sta_to_v1()
Dhal.h1483 u32 encrypt_type; member
1664 u32 encrypt_type; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dhal_tx.h27 enum hal_encrypt_type encrypt_type; member
Dhal_tx.c55 ti->encrypt_type) | in ath11k_hal_tx_cmd_desc_setup()
Ddp_tx.c152 ti.encrypt_type = in ath11k_dp_tx()
158 ti.encrypt_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_dp_tx()
Ddp_rx.c3396 enum hal_encrypt_type encrypt_type; in ath11k_dp_rx_h_defrag_validate_incr_pn() local
3405 encrypt_type = ath11k_dp_rx_h_mpdu_start_enctype(desc); in ath11k_dp_rx_h_defrag_validate_incr_pn()
3406 if (encrypt_type != HAL_ENCRYPT_TYPE_CCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3407 encrypt_type != HAL_ENCRYPT_TYPE_CCMP_256 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3408 encrypt_type != HAL_ENCRYPT_TYPE_GCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3409 encrypt_type != HAL_ENCRYPT_TYPE_AES_GCMP_256) in ath11k_dp_rx_h_defrag_validate_incr_pn()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch50116 + s32 (*init)(u8 *seed, u32 len, int encrypt_type);
50127 +static inline s32 amlkey_init(u8 *seed, u32 len, int encrypt_type)
50129 + return amlkey_if->init(seed, len, encrypt_type);
53432 +static s32 _amlkey_init(u8 *seed, u32 len, int encrypt_type)
53650 +static s32 _amlkey_init_normal(u8 *seed, u32 len, int encrypt_type)
54104 + enc_type = ukdev->uk_info.encrypt_type;
55361 + ukdev->uk_info.encrypt_type = -1;
55364 + &ukdev->uk_info.encrypt_type);
55452 + int encrypt_type;