Home
last modified time | relevance | path

Searched refs:cipher_cap (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c701 int32_t uc_cipher, cipher_cap; in wma_roam_update_vdev() local
795 cipher_cap = wlan_crypto_get_param(wma->interfaces[vdev_id].vdev, in wma_roam_update_vdev()
798 cipher_cap); in wma_roam_update_vdev()
H A Dwma_features.c6207 int32_t cipher_cap) in wma_set_peer_ucast_cipher() argument
6224 cipher_cap); in wma_set_peer_ucast_cipher()
6230 uc_cipher, cipher_cap, QDF_MAC_ADDR_REF(mac_addr)); in wma_set_peer_ucast_cipher()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h2466 int32_t cipher_cap);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c24050 int32_t cipher_cap, ucast_cipher = 0; in wlan_hdd_add_key_vdev() local
24137 cipher_cap = wlan_crypto_get_param(vdev, WLAN_CRYPTO_PARAM_CIPHER_CAP); 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
24232 cipher_cap = wlan_crypto_get_param(vdev, WLAN_CRYPTO_PARAM_CIPHER_CAP); in wlan_hdd_send_key_vdev()
24236 ucast_cipher, cipher_cap); in wlan_hdd_send_key_vdev()