Lines Matching refs:beacon_timer
349 struct tasklet_hrtimer beacon_timer; member
966 tasklet_hrtimer_cancel(&data->beacon_timer); in mac80211_hwsim_stop()
1086 beacon_timer.timer); in mac80211_hwsim_beacon()
1106 tasklet_hrtimer_start(&data->beacon_timer, next_bcn, HRTIMER_MODE_ABS); in mac80211_hwsim_beacon()
1158 tasklet_hrtimer_cancel(&data->beacon_timer); in mac80211_hwsim_config()
1159 else if (!hrtimer_is_queued(&data->beacon_timer.timer)) { in mac80211_hwsim_config()
1164 tasklet_hrtimer_start(&data->beacon_timer, in mac80211_hwsim_config()
1223 !hrtimer_is_queued(&data->beacon_timer.timer) && in mac80211_hwsim_bss_info_changed()
1232 tasklet_hrtimer_start(&data->beacon_timer, in mac80211_hwsim_bss_info_changed()
1236 tasklet_hrtimer_cancel(&data->beacon_timer); in mac80211_hwsim_bss_info_changed()
2537 tasklet_hrtimer_init(&data->beacon_timer, in init_mac80211_hwsim()