Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_param_handling.c82 if (HAS_PARAM(cipher, i)) { in wlan_crypto_set_mcastcipher()
110 if (HAS_PARAM(cipher, i)) { in wlan_crypto_set_ucastciphers()
137 if (HAS_PARAM(ciphers, i) && IS_MGMT_CIPHER(i)) in wlan_crypto_set_mgmtcipher()
H A Dwlan_crypto_def_i.h237 #define HAS_PARAM(__param, __val) ((__param) & (1 << (__val))) macro