Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dpm.c66 del_timer_sync(&local->sta_cleanup); in __ieee80211_suspend()
Dsta_info.c1116 struct ieee80211_local *local = from_timer(local, t, sta_cleanup); in sta_info_cleanup()
1132 mod_timer(&local->sta_cleanup, in sta_info_cleanup()
1148 timer_setup(&local->sta_cleanup, sta_info_cleanup, 0); in sta_info_init()
1154 del_timer_sync(&local->sta_cleanup); in sta_info_stop()
Dstatus.c148 if (!timer_pending(&local->sta_cleanup)) in ieee80211_handle_filtered_frame()
149 mod_timer(&local->sta_cleanup, in ieee80211_handle_filtered_frame()
Dieee80211_i.h1244 struct timer_list sta_cleanup; member
Dtx.c538 if (!timer_pending(&local->sta_cleanup)) in ieee80211_tx_h_unicast_ps_buf()
539 mod_timer(&local->sta_cleanup, in ieee80211_tx_h_unicast_ps_buf()
Dutil.c2529 mod_timer(&local->sta_cleanup, jiffies + 1); in ieee80211_reconfig()