Home
last modified time | relevance | path

Searched refs:GET_ENCRY_ALGO (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.h152 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \ macro
Drtl871x_recv.c546 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, in validate_recv_data_frame()
Drtl871x_cmd.c662 GET_ENCRY_ALGO(psecuritypriv, sta, in r8712_setstakey_cmd()
Drtl871x_xmit.c317 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in r8712_update_attrib()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_security.h165 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \ macro
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_security.h210 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\ macro
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_cmd.c575 GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, false); in rtw_setstakey_cmd()
Drtw_xmit.c520 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib()
Drtw_recv.c1134 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, IS_MCAST(pattrib->ra)); in validate_recv_data_frame()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1020 GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, false); in rtw_setstakey_cmd()
Drtw_recv.c1384 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, IS_MCAST(pattrib->ra)); in validate_recv_data_frame()
Drtw_xmit.c527 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib_sec_info()