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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dmac80211_hwsim.c296 struct timer_list beacon_timer; member in struct:mac80211_hwsim_data
588 del_timer(&data->beacon_timer);
648 data->beacon_timer.expires = jiffies + data->beacon_int;
649 add_timer(&data->beacon_timer);
683 del_timer(&data->beacon_timer);
685 mod_timer(&data->beacon_timer, jiffies + data->beacon_int);
739 mod_timer(&data->beacon_timer,
1482 setup_timer(&data->beacon_timer, mac80211_hwsim_beacon,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
2557 init_timer(&ieee->beacon_timer);
2558 ieee->beacon_timer.data = (unsigned long) ieee;
2559 ieee->beacon_timer.function = ieee80211_send_beacon_cb;
H A Dieee80211.h1020 struct timer_list beacon_timer; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c180 notif->status, notif->beacon_timer);
H A Diwl-commands.h2879 __le32 beacon_timer; member in struct:iwl_scanstart_notification
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_softmac.c388 // ieee->beacon_timer.expires = jiffies +
393 // if(!timer_pending(&ieee->beacon_timer))
394 // add_timer(&ieee->beacon_timer);
395 mod_timer(&ieee->beacon_timer,jiffies+(MSECS(ieee->current_network.beacon_interval-5)));
589 del_timer_sync(&ieee->beacon_timer);
2462 init_timer(&ieee->beacon_timer);
2463 ieee->beacon_timer.data = (unsigned long) ieee;
2464 ieee->beacon_timer.function = ieee80211_send_beacon_cb;
H A Dieee80211.h2214 struct timer_list beacon_timer; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c382 // ieee->beacon_timer.expires = jiffies +
387 // if(!timer_pending(&ieee->beacon_timer))
388 // add_timer(&ieee->beacon_timer);
389 mod_timer(&ieee->beacon_timer,jiffies+(MSECS(ieee->current_network.beacon_interval-5)));
583 del_timer_sync(&ieee->beacon_timer);
2337 init_timer(&ieee->beacon_timer);
2338 ieee->beacon_timer.data = (unsigned long) ieee;
2339 ieee->beacon_timer.function = ieee80211_send_beacon_cb;
H A Dieee80211.h2065 struct timer_list beacon_timer; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c410 mod_timer(&ieee->beacon_timer,jiffies+(MSECS(ieee->current_network.beacon_interval-5)));
578 del_timer_sync(&ieee->beacon_timer);
2781 init_timer(&ieee->beacon_timer);
2782 ieee->beacon_timer.data = (unsigned long) ieee;
2783 ieee->beacon_timer.function = ieee80211_send_beacon_cb;
H A Dieee80211.h1408 struct timer_list beacon_timer; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h2060 struct timer_list beacon_timer; member in struct:ieee80211_device

Completed in 304 milliseconds