Home
last modified time | relevance | path

Searched refs:CLEAR_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.c89 CLEAR_PARAM(cipher, i); in wlan_crypto_set_mcastcipher()
117 CLEAR_PARAM(cipher, i); in wlan_crypto_set_ucastciphers()
H A Dwlan_crypto_def_i.h238 #define CLEAR_PARAM(__param, __val) ((__param) &= (~(1 << (__val)))) macro