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

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

Completed in 203 milliseconds