Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/
Dmac80211_hwsim.c297 struct timer_list beacon_timer; member
590 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()
/linux-2.6.39/drivers/staging/rtl8187se/ieee80211/
Dieee80211_softmac.c372 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()
Dieee80211.h1045 struct timer_list beacon_timer; member
/linux-2.6.39/drivers/net/wireless/iwlegacy/
Diwl-scan.c213 notif->status, notif->beacon_timer); in iwl_legacy_rx_scan_start_notif()
Diwl-commands.h2620 __le32 beacon_timer; member
/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-scan.c211 notif->status, notif->beacon_timer); in iwl_rx_scan_start_notif()
Diwl-commands.h3035 __le32 beacon_timer; member
/linux-2.6.39/drivers/staging/rtl8192e/ieee80211/
Dieee80211_softmac.c369 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()
Dieee80211.h2090 struct timer_list beacon_timer; member
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c387 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()
Dieee80211.h2084 struct timer_list beacon_timer; member