Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dtdls.c1419 struct mwifiex_private *priv = from_timer(priv, t, auto_tdls_timer); in mwifiex_check_auto_tdls()
1477 mod_timer(&priv->auto_tdls_timer, in mwifiex_check_auto_tdls()
1483 timer_setup(&priv->auto_tdls_timer, mwifiex_check_auto_tdls, 0); in mwifiex_setup_auto_tdls_timer()
1485 mod_timer(&priv->auto_tdls_timer, in mwifiex_setup_auto_tdls_timer()
1495 del_timer(&priv->auto_tdls_timer); in mwifiex_clean_auto_tdls()
Dmain.h669 struct timer_list auto_tdls_timer; member