Lines Matching refs:beacon_timer
510 struct tasklet_hrtimer beacon_timer; member
1338 tasklet_hrtimer_cancel(&data->beacon_timer); in mac80211_hwsim_stop()
1461 beacon_timer.timer); in mac80211_hwsim_beacon()
1481 tasklet_hrtimer_start(&data->beacon_timer, next_bcn, HRTIMER_MODE_ABS); in mac80211_hwsim_beacon()
1533 tasklet_hrtimer_cancel(&data->beacon_timer); in mac80211_hwsim_config()
1534 else if (!hrtimer_is_queued(&data->beacon_timer.timer)) { in mac80211_hwsim_config()
1539 tasklet_hrtimer_start(&data->beacon_timer, in mac80211_hwsim_config()
1606 !hrtimer_is_queued(&data->beacon_timer.timer) && in mac80211_hwsim_bss_info_changed()
1614 tasklet_hrtimer_start(&data->beacon_timer, in mac80211_hwsim_bss_info_changed()
1625 tasklet_hrtimer_cancel(&data->beacon_timer); in mac80211_hwsim_bss_info_changed()
2539 tasklet_hrtimer_init(&data->beacon_timer, in mac80211_hwsim_new_radio()