Searched refs:auto_tdls_timer (Results 1 – 2 of 2) sorted by relevance
1352 mod_timer(&priv->auto_tdls_timer, in mwifiex_check_auto_tdls()1394 mod_timer(&priv->auto_tdls_timer, in mwifiex_check_auto_tdls()1400 setup_timer(&priv->auto_tdls_timer, mwifiex_check_auto_tdls, in mwifiex_setup_auto_tdls_timer()1403 mod_timer(&priv->auto_tdls_timer, in mwifiex_setup_auto_tdls_timer()1413 del_timer(&priv->auto_tdls_timer); in mwifiex_clean_auto_tdls()
599 struct timer_list auto_tdls_timer; member