Home
last modified time | relevance | path

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

/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 …]
/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.h124 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
/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.c3406 enum hal_encrypt_type encrypt_type; in ath11k_dp_rx_h_defrag_validate_incr_pn() local
3415 encrypt_type = ath11k_dp_rx_h_mpdu_start_enctype(desc); in ath11k_dp_rx_h_defrag_validate_incr_pn()
3416 if (encrypt_type != HAL_ENCRYPT_TYPE_CCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3417 encrypt_type != HAL_ENCRYPT_TYPE_CCMP_256 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3418 encrypt_type != HAL_ENCRYPT_TYPE_GCMP_128 && in ath11k_dp_rx_h_defrag_validate_incr_pn()
3419 encrypt_type != HAL_ENCRYPT_TYPE_AES_GCMP_256) in ath11k_dp_rx_h_defrag_validate_incr_pn()