sta_cleanup      1244 net/mac80211/ieee80211_i.h 	struct timer_list sta_cleanup;
sta_cleanup        66 net/mac80211/pm.c 	del_timer_sync(&local->sta_cleanup);
sta_cleanup      1122 net/mac80211/sta_info.c 	struct ieee80211_local *local = from_timer(local, t, sta_cleanup);
sta_cleanup      1138 net/mac80211/sta_info.c 	mod_timer(&local->sta_cleanup,
sta_cleanup      1154 net/mac80211/sta_info.c 	timer_setup(&local->sta_cleanup, sta_info_cleanup, 0);
sta_cleanup      1160 net/mac80211/sta_info.c 	del_timer_sync(&local->sta_cleanup);
sta_cleanup       148 net/mac80211/status.c 		if (!timer_pending(&local->sta_cleanup))
sta_cleanup       149 net/mac80211/status.c 			mod_timer(&local->sta_cleanup,
sta_cleanup       538 net/mac80211/tx.c 		if (!timer_pending(&local->sta_cleanup))
sta_cleanup       539 net/mac80211/tx.c 			mod_timer(&local->sta_cleanup,
sta_cleanup      2535 net/mac80211/util.c 	mod_timer(&local->sta_cleanup, jiffies + 1);