Home
last modified time | relevance | path

Searched refs:beacon_timer (Results 1 – 12 of 12) sorted by relevance

/drivers/net/wireless/
Dmac80211_hwsim.c349 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()
[all …]
/drivers/staging/rtl8187se/ieee80211/
Dieee80211_softmac.c373 ieee->beacon_timer.expires = jiffies + in ext_ieee80211_send_beacon_wq()
378 add_timer(&ieee->beacon_timer); in ext_ieee80211_send_beacon_wq()
397 ieee->beacon_timer.expires = jiffies + in ieee80211_send_beacon()
402 add_timer(&ieee->beacon_timer); in ieee80211_send_beacon()
641 del_timer_sync(&ieee->beacon_timer); in ieee80211_beacons_stop()
2562 init_timer(&ieee->beacon_timer); in ieee80211_softmac_init()
2563 ieee->beacon_timer.data = (unsigned long) ieee; in ieee80211_softmac_init()
2564 ieee->beacon_timer.function = ieee80211_send_beacon_cb; in ieee80211_softmac_init()
Dieee80211.h1045 struct timer_list beacon_timer; member
/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-scan.h265 __le32 beacon_timer; member
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c388 mod_timer(&ieee->beacon_timer,jiffies+(MSECS(ieee->current_network.beacon_interval-5))); in ieee80211_send_beacon()
559 del_timer_sync(&ieee->beacon_timer); in ieee80211_beacons_stop()
2720 init_timer(&ieee->beacon_timer); in ieee80211_softmac_init()
2721 ieee->beacon_timer.data = (unsigned long) ieee; in ieee80211_softmac_init()
2722 ieee->beacon_timer.function = ieee80211_send_beacon_cb; in ieee80211_softmac_init()
Dieee80211.h2083 struct timer_list beacon_timer; member
/drivers/net/wireless/iwlwifi/dvm/
Dscan.c285 notif->status, notif->beacon_timer); in iwl_rx_scan_start_notif()
Dcommands.h2438 __le32 beacon_timer; member
/drivers/staging/rtl8192e/
Drtllib_softmac.c400 mod_timer(&ieee->beacon_timer, jiffies + in rtllib_send_beacon()
675 del_timer_sync(&ieee->beacon_timer); in rtllib_beacons_stop()
3107 _setup_timer(&ieee->beacon_timer, in rtllib_softmac_init()
Drtllib.h2356 struct timer_list beacon_timer; member
/drivers/net/wireless/iwlegacy/
Dcommands.h2595 __le32 beacon_timer; member
Dcommon.c1371 le32_to_cpu(notif->tsf_low), notif->status, notif->beacon_timer); in il_hdl_scan_start()