Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c514 int32_t ucast_cipher, in lim_set_privacy() argument
522 (QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP) || in lim_set_privacy()
523 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP_40) || in lim_set_privacy()
524 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP_104))) in lim_set_privacy()
534 if (QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP) || in lim_set_privacy()
535 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP_40) || in lim_set_privacy()
536 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP_104)) { in lim_set_privacy()
539 } else if (QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_TKIP) || in lim_set_privacy()
540 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_AES_CCM) || in lim_set_privacy()
541 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_AES_OCB) || in lim_set_privacy()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/src/
Di_host_diag_core_event.h217 void host_log_rsn_info(uint8_t *ucast_cipher, uint8_t *mcast_cipher,
221 static inline void host_log_rsn_info(uint8_t *ucast_cipher, in host_log_rsn_info() argument
Dhost_diag_log.c267 void host_log_rsn_info(uint8_t *ucast_cipher, uint8_t *mcast_cipher, in host_log_rsn_info() argument
273 qdf_mem_copy(wlan_diag_event.ucast_cipher, ucast_cipher, in host_log_rsn_info()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_vdev_connect.c854 uint8_t *ucast_cipher, in cm_diag_get_auth_enc_type_vdev_id() argument
879 if (ucast_cipher) in cm_diag_get_auth_enc_type_vdev_id()
880 *ucast_cipher = in cm_diag_get_auth_enc_type_vdev_id()
1578 int32_t ucast_cipher, akm; in cm_process_connect_complete() local
1601 ucast_cipher = wlan_crypto_get_param(vdev, in cm_process_connect_complete()
1604 (is_fils_connection(rsp) || !ucast_cipher || in cm_process_connect_complete()
1605 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_NONE) == in cm_process_connect_complete()
1606 ucast_cipher || in cm_process_connect_complete()
1607 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP_40) || in cm_process_connect_complete()
1608 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP_104) || in cm_process_connect_complete()
[all …]
Dwlan_cm_vdev_api.h217 uint8_t *ucast_cipher,
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c4591 int32_t ucast_cipher; in wlan_is_open_wep_cipher() local
4601 ucast_cipher = wlan_crypto_get_param(vdev, in wlan_is_open_wep_cipher()
4603 if (!ucast_cipher || in wlan_is_open_wep_cipher()
4604 ((QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_NONE) == in wlan_is_open_wep_cipher()
4605 ucast_cipher)) || in wlan_is_open_wep_cipher()
4606 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP) || in wlan_is_open_wep_cipher()
4607 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP_40) || in wlan_is_open_wep_cipher()
4608 QDF_HAS_PARAM(ucast_cipher, WLAN_CRYPTO_CIPHER_WEP_104)) in wlan_is_open_wep_cipher()
4617 int32_t ucast_cipher; in wlan_vdev_is_open_mode() local
4619 ucast_cipher = wlan_crypto_get_param(vdev, in wlan_vdev_is_open_mode()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_api.h969 lim_get_connected_akm(struct pe_session *session, int32_t ucast_cipher,
978 tAniEdType lim_get_encrypt_ed_type(int32_t ucast_cipher);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_global_api.c694 int32_t ucast_cipher; in wlan_crypto_is_htallowed() local
702 ucast_cipher = wlan_crypto_get_param(vdev, in wlan_crypto_is_htallowed()
705 ucast_cipher = wlan_crypto_get_peer_param(peer, in wlan_crypto_is_htallowed()
708 if (ucast_cipher == -1) { in wlan_crypto_is_htallowed()
713 return (ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_WEP)) || in wlan_crypto_is_htallowed()
714 ((ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_TKIP)) && in wlan_crypto_is_htallowed()
715 !(ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_AES_CCM)) && in wlan_crypto_is_htallowed()
716 !(ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_AES_GCM)) && in wlan_crypto_is_htallowed()
717 !(ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_AES_GCM_256)) && in wlan_crypto_is_htallowed()
718 !(ucast_cipher & (1 << WLAN_CRYPTO_CIPHER_AES_CCM_256))); in wlan_crypto_is_htallowed()
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
Dhost_diag_core_event.h637 uint8_t ucast_cipher[RSN_OUI_SIZE]; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c24050 int32_t cipher_cap, ucast_cipher = 0; in wlan_hdd_add_key_vdev() local
24141 QDF_SET_PARAM(ucast_cipher, cipher); in wlan_hdd_add_key_vdev()
24144 ucast_cipher, cipher_cap); in wlan_hdd_add_key_vdev()
24199 int32_t cipher_cap, ucast_cipher = 0; in wlan_hdd_send_key_vdev() local
24233 QDF_SET_PARAM(ucast_cipher, cipher_type); in wlan_hdd_send_key_vdev()
24236 ucast_cipher, cipher_cap); in wlan_hdd_send_key_vdev()
24725 int32_t ucast_cipher = 0; in __wlan_hdd_cfg80211_get_key() local
24756 ucast_cipher = wlan_crypto_get_param(link_vdev, in __wlan_hdd_cfg80211_get_key()
24759 sme_fill_enc_type(&enc_type, ucast_cipher); in __wlan_hdd_cfg80211_get_key()