Searched refs:mlmeext (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8723au/include/ |
D | rtw_mlme_ext.h | 581 #define set_survey_timer(mlmeext, ms) \ argument 583 mod_timer(&mlmeext->survey_timer, jiffies + msecs_to_jiffies(ms)); 585 #define set_link_timer(mlmeext, ms) \ argument 587 mod_timer(&mlmeext->link_timer, jiffies + msecs_to_jiffies(ms));
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 653 #define set_survey_timer(mlmeext, ms) \ argument 655 _set_timer(&(mlmeext)->survey_timer, (ms)); \ 658 #define set_link_timer(mlmeext, ms) \ argument 660 _set_timer(&(mlmeext)->link_timer, (ms)); \
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 1685 struct mlme_ext_priv *mlmeext = &(adapter->mlmeextpriv); in rtw_action_public_decache() local 1692 …if ((seq_ctrl == mlmeext->action_public_rxseq) && (token == mlmeext->action_public_dialog_token)) { in rtw_action_public_decache() 1694 FUNC_ADPT_ARG(adapter), seq_ctrl, mlmeext->action_public_rxseq, token); in rtw_action_public_decache() 1698 if (seq_ctrl == mlmeext->action_public_rxseq) { in rtw_action_public_decache() 1700 FUNC_ADPT_ARG(adapter), seq_ctrl, mlmeext->action_public_rxseq); in rtw_action_public_decache() 1706 mlmeext->action_public_rxseq = seq_ctrl; in rtw_action_public_decache() 1709 mlmeext->action_public_dialog_token = token; in rtw_action_public_decache()
|