Searched refs:CLEAR_PARAM (Results 1 – 2 of 2) sorted by relevance
89 CLEAR_PARAM(cipher, i); in wlan_crypto_set_mcastcipher()117 CLEAR_PARAM(cipher, i); in wlan_crypto_set_ucastciphers()
238 #define CLEAR_PARAM(__param, __val) ((__param) &= (~(1 << (__val)))) macro