Home
last modified time | relevance | path

Searched refs:sta_cleanup (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/mac80211/
Dpm.c53 del_timer_sync(&local->sta_cleanup); in __ieee80211_suspend()
Dstatus.c144 if (!timer_pending(&local->sta_cleanup)) in ieee80211_handle_filtered_frame()
145 mod_timer(&local->sta_cleanup, in ieee80211_handle_filtered_frame()
Dsta_info.c986 mod_timer(&local->sta_cleanup, in sta_info_cleanup()
1007 setup_timer(&local->sta_cleanup, sta_info_cleanup, in sta_info_init()
1014 del_timer_sync(&local->sta_cleanup); in sta_info_stop()
Dtx.c523 if (!timer_pending(&local->sta_cleanup)) in ieee80211_tx_h_unicast_ps_buf()
524 mod_timer(&local->sta_cleanup, in ieee80211_tx_h_unicast_ps_buf()
Dieee80211_i.h1203 struct timer_list sta_cleanup; member
Dutil.c2125 mod_timer(&local->sta_cleanup, jiffies + 1); in ieee80211_reconfig()