Home
last modified time | relevance | path

Searched refs:mcastcipher (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.h570 wlan_crypto_cipher_type mcastcipher);
582 wlan_crypto_cipher_type mcastcipher);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c3689 wlan_crypto_cipher_type mcastcipher) in wlan_crypto_vdev_has_mcastcipher() argument
3696 return (res & mcastcipher) ? true : false; in wlan_crypto_vdev_has_mcastcipher()
3703 wlan_crypto_cipher_type mcastcipher) in wlan_crypto_peer_has_mcastcipher() argument
3710 return (res & mcastcipher) ? true : false; in wlan_crypto_peer_has_mcastcipher()