Searched refs:beacon_timer (Results 1 - 11 of 11) sorted by relevance

/drivers/net/wireless/
H A Dmac80211_hwsim.c307 struct timer_list beacon_timer; member in struct:mac80211_hwsim_data
757 del_timer(&data->beacon_timer);
848 data->beacon_timer.expires = jiffies + data->beacon_int;
849 add_timer(&data->beacon_timer);
884 del_timer(&data->beacon_timer);
886 mod_timer(&data->beacon_timer, jiffies + data->beacon_int);
940 mod_timer(&data->beacon_timer,
1976 setup_timer(&data->beacon_timer, mac80211_hwsim_beacon,
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c372 ieee->beacon_timer.expires = jiffies +
377 add_timer(&ieee->beacon_timer);
396 ieee->beacon_timer.expires = jiffies +
401 add_timer(&ieee->beacon_timer);
640 del_timer_sync(&ieee->beacon_timer);
2567 init_timer(&ieee->beacon_timer);
2568 ieee->beacon_timer.data = (unsigned long) ieee;
2569 ieee->beacon_timer.function = ieee80211_send_beacon_cb;
H A Dieee80211.h1045 struct timer_list beacon_timer; member in struct:ieee80211_device
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c379 // ieee->beacon_timer.expires = jiffies +
384 // if(!timer_pending(&ieee->beacon_timer))
385 // add_timer(&ieee->beacon_timer);
386 mod_timer(&ieee->beacon_timer,jiffies+(MSECS(ieee->current_network.beacon_interval-5)));
557 del_timer_sync(&ieee->beacon_timer);
2724 init_timer(&ieee->beacon_timer);
2725 ieee->beacon_timer.data = (unsigned long) ieee;
2726 ieee->beacon_timer.function = ieee80211_send_beacon_cb;
H A Dieee80211.h2084 struct timer_list beacon_timer; member in struct:ieee80211_device
/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c292 notif->status, notif->beacon_timer);
H A Diwl-commands.h2387 __le32 beacon_timer; member in struct:iwl_scanstart_notification
/drivers/net/wireless/iwlegacy/
H A Dcommands.h2594 __le32 beacon_timer; member in struct:il_scanstart_notification
H A Dcommon.c1370 le32_to_cpu(notif->tsf_low), notif->status, notif->beacon_timer);
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c399 mod_timer(&ieee->beacon_timer, jiffies +
674 del_timer_sync(&ieee->beacon_timer);
3112 _setup_timer(&ieee->beacon_timer,
H A Drtllib.h2356 struct timer_list beacon_timer; member in struct:rtllib_device

Completed in 265 milliseconds