Home
last modified time | relevance | path

Searched refs:mgmtcipher (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.h594 uint32_t mgmtcipher);
606 uint32_t mgmtcipher);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c3717 uint32_t mgmtcipher) in wlan_crypto_vdev_has_mgmtcipher() argument
3724 return (res & mgmtcipher) ? true : false; in wlan_crypto_vdev_has_mgmtcipher()
3732 uint32_t mgmtcipher) in wlan_crypto_peer_has_mgmtcipher() argument
3739 return (res & mgmtcipher) ? true : false; in wlan_crypto_peer_has_mgmtcipher()