Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_security.h140 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \ macro
Drtl871x_recv.c531 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, in validate_recv_data_frame()
Drtl871x_cmd.c546 GET_ENCRY_ALGO(psecuritypriv, sta, in r8712_setstakey_cmd()
Drtl871x_xmit.c330 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in r8712_update_attrib()
/drivers/staging/rtl8723bs/include/
Drtw_security.h176 #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\ macro
/drivers/staging/rtl8723bs/core/
Drtw_cmd.c885 GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, false); in rtw_setstakey_cmd()
Drtw_recv.c1332 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, is_multicast_ether_addr(pattrib->ra)); in validate_recv_data_frame()
Drtw_xmit.c490 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); in update_attrib_sec_info()