Home
last modified time | relevance | path

Searched refs:wlan_crypto_get_peer_param (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c308 int32_t wlan_crypto_get_peer_param(struct wlan_objmgr_peer *peer, in wlan_crypto_get_peer_param() function
326 qdf_export_symbol(wlan_crypto_get_peer_param);
705 ucast_cipher = wlan_crypto_get_peer_param(peer, in wlan_crypto_is_htallowed()
3651 res = wlan_crypto_get_peer_param(peer, WLAN_CRYPTO_PARAM_AUTH_MODE); in wlan_crypto_peer_has_auth_mode()
3679 res = wlan_crypto_get_peer_param(peer, WLAN_CRYPTO_PARAM_UCAST_CIPHER); in wlan_crypto_peer_has_ucastcipher()
3707 res = wlan_crypto_get_peer_param(peer, WLAN_CRYPTO_PARAM_MCAST_CIPHER); in wlan_crypto_peer_has_mcastcipher()
3736 res = wlan_crypto_get_peer_param(peer, WLAN_CRYPTO_PARAM_MGMT_CIPHER); in wlan_crypto_peer_has_mgmtcipher()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_api.h111 int32_t wlan_crypto_get_peer_param(struct wlan_objmgr_peer *peer,
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c896 wlan_crypto_get_peer_param(peer, in mlme_get_peer_mic_len()