Home
last modified time | relevance | path

Searched refs:authvalue (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_api.h533 wlan_crypto_auth_mode authvalue);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c3634 wlan_crypto_auth_mode authvalue) in wlan_crypto_vdev_has_auth_mode() argument
3641 return (res & authvalue) ? true : false; in wlan_crypto_vdev_has_auth_mode()
3647 wlan_crypto_auth_mode authvalue) in wlan_crypto_peer_has_auth_mode() argument
3654 return (res & authvalue) ? true : false; in wlan_crypto_peer_has_auth_mode()