Home
last modified time | relevance | path

Searched refs:auto_tdls_timer (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dtdls.c1371 mod_timer(&priv->auto_tdls_timer, in mwifiex_check_auto_tdls()
1414 mod_timer(&priv->auto_tdls_timer, in mwifiex_check_auto_tdls()
1420 setup_timer(&priv->auto_tdls_timer, mwifiex_check_auto_tdls, in mwifiex_setup_auto_tdls_timer()
1423 mod_timer(&priv->auto_tdls_timer, in mwifiex_setup_auto_tdls_timer()
1433 del_timer(&priv->auto_tdls_timer); in mwifiex_clean_auto_tdls()
Dmain.h652 struct timer_list auto_tdls_timer; member