Home
last modified time | relevance | path

Searched refs:encry_algo (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8188eu/include/
Drtw_security.h164 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \ argument
170 encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm; \
174 encry_algo = (u8)psecuritypriv->dot118021XGrpPrivacy;\
176 encry_algo = (u8)psta->dot118021XPrivacy; \
179 encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm; \
/drivers/staging/rtl8712/
Drtl871x_security.h140 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \ argument
146 encry_algo = (u8)psecuritypriv->PrivacyAlgrthm; \
150 encry_algo = (u8)psecuritypriv->XGrpPrivacy; \
152 encry_algo = (u8)psta->XPrivacy; \
/drivers/staging/rtl8723bs/include/
Drtw_security.h208 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\ argument
215 encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\
219 encry_algo = (u8)psecuritypriv->dot118021XGrpPrivacy;\
221 encry_algo = (u8)psta->dot118021XPrivacy;\
224 encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\