Searched refs:mlmeext (Results 1 – 3 of 3) sorted by relevance
599 #define set_survey_timer(mlmeext, ms) \ argument601 _set_timer(&(mlmeext)->survey_timer, (ms)); \604 #define set_link_timer(mlmeext, ms) \ argument606 _set_timer(&(mlmeext)->link_timer, (ms)); \608 #define set_sa_query_timer(mlmeext, ms) \ argument610 _set_timer(&(mlmeext)->sa_query_timer, (ms)); \
267 struct mlme_ext_priv *mlmeext; in halbtcoutsrc_Get() local280 mlmeext = &padapter->mlmeextpriv; in halbtcoutsrc_Get()332 if (mlmeext->cur_wireless_mode == WIRELESS_11B) in halbtcoutsrc_Get()356 if (is_legacy_only(mlmeext->cur_wireless_mode)) in halbtcoutsrc_Get()
1717 struct mlme_ext_priv *mlmeext = &(adapter->mlmeextpriv); in rtw_action_public_decache() local1724 if ((seq_ctrl == mlmeext->action_public_rxseq) in rtw_action_public_decache()1725 && (token == mlmeext->action_public_dialog_token)) in rtw_action_public_decache()1728 if (seq_ctrl == mlmeext->action_public_rxseq) in rtw_action_public_decache()1733 mlmeext->action_public_rxseq = seq_ctrl; in rtw_action_public_decache()1736 mlmeext->action_public_dialog_token = token; in rtw_action_public_decache()