Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.h144 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \ macro
Drtl871x_recv.c548 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, in validate_recv_data_frame()
Drtl871x_cmd.c681 GET_ENCRY_ALGO(psecuritypriv, sta, in r8712_setstakey_cmd()
Drtl871x_xmit.c309 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in r8712_update_attrib()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_security.h166 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\ macro
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_security.h178 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \ macro
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_cmd.c704 GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, in rtw_setstakey_cmd23a()
Drtw_recv.c1353 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, in validate_recv_data_frame()
Drtw_xmit.c558 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_cmd.c643 GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, false); in rtw_setstakey_cmd()
Drtw_recv.c1215 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, IS_MCAST(pattrib->ra)); in validate_recv_data_frame()
Drtw_xmit.c556 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib()