Searched refs:beacon_timer (Results 1 – 11 of 11) sorted by relevance
297 struct timer_list beacon_timer; member590 del_timer(&data->beacon_timer); in mac80211_hwsim_stop()668 data->beacon_timer.expires = jiffies + data->beacon_int; in mac80211_hwsim_beacon()669 add_timer(&data->beacon_timer); in mac80211_hwsim_beacon()704 del_timer(&data->beacon_timer); in mac80211_hwsim_config()706 mod_timer(&data->beacon_timer, jiffies + data->beacon_int); in mac80211_hwsim_config()760 mod_timer(&data->beacon_timer, in mac80211_hwsim_bss_info_changed()1508 setup_timer(&data->beacon_timer, mac80211_hwsim_beacon, in init_mac80211_hwsim()
372 ieee->beacon_timer.expires = jiffies + in ext_ieee80211_send_beacon_wq()377 add_timer(&ieee->beacon_timer); in ext_ieee80211_send_beacon_wq()396 ieee->beacon_timer.expires = jiffies + in ieee80211_send_beacon()401 add_timer(&ieee->beacon_timer); in ieee80211_send_beacon()640 del_timer_sync(&ieee->beacon_timer); in ieee80211_beacons_stop()2567 init_timer(&ieee->beacon_timer); in ieee80211_softmac_init()2568 ieee->beacon_timer.data = (unsigned long) ieee; in ieee80211_softmac_init()2569 ieee->beacon_timer.function = ieee80211_send_beacon_cb; in ieee80211_softmac_init()
1045 struct timer_list beacon_timer; member
213 notif->status, notif->beacon_timer); in iwl_legacy_rx_scan_start_notif()
2620 __le32 beacon_timer; member
211 notif->status, notif->beacon_timer); in iwl_rx_scan_start_notif()
3035 __le32 beacon_timer; member
369 mod_timer(&ieee->beacon_timer,jiffies+(MSECS(ieee->current_network.beacon_interval-5))); in ieee80211_send_beacon()561 del_timer_sync(&ieee->beacon_timer); in ieee80211_beacons_stop()2790 init_timer(&ieee->beacon_timer); in ieee80211_softmac_init()2791 ieee->beacon_timer.data = (unsigned long) ieee; in ieee80211_softmac_init()2792 ieee->beacon_timer.function = ieee80211_send_beacon_cb; in ieee80211_softmac_init()
2090 struct timer_list beacon_timer; member
387 mod_timer(&ieee->beacon_timer,jiffies+(MSECS(ieee->current_network.beacon_interval-5))); in ieee80211_send_beacon()558 del_timer_sync(&ieee->beacon_timer); in ieee80211_beacons_stop()2725 init_timer(&ieee->beacon_timer); in ieee80211_softmac_init()2726 ieee->beacon_timer.data = (unsigned long) ieee; in ieee80211_softmac_init()2727 ieee->beacon_timer.function = ieee80211_send_beacon_cb; in ieee80211_softmac_init()
2084 struct timer_list beacon_timer; member