Home
last modified time | relevance | path

Searched refs:start_ibss_wq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c2276 struct rtllib_device, start_ibss_wq); in rtllib_start_ibss_wq()
2385 schedule_delayed_work(&ieee->start_ibss_wq, msecs_to_jiffies(150)); in rtllib_start_ibss()
2548 cancel_delayed_work_sync(&ieee->start_ibss_wq); in rtllib_stop_protocol()
2685 INIT_DELAYED_WORK(&ieee->start_ibss_wq, (void *)rtllib_start_ibss_wq); in rtllib_softmac_init()
2714 cancel_delayed_work_sync(&ieee->start_ibss_wq); in rtllib_softmac_free()
H A Drtllib.h1605 struct delayed_work start_ibss_wq; member
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c2220 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, start_ibss_wq); in ieee80211_start_ibss_wq()
2325 schedule_delayed_work(&ieee->start_ibss_wq, 150); in ieee80211_start_ibss()
2481 cancel_delayed_work(&ieee->start_ibss_wq); in ieee80211_stop_protocol()
2598 INIT_DELAYED_WORK(&ieee->start_ibss_wq, ieee80211_start_ibss_wq); in ieee80211_softmac_init()
H A Dieee80211.h1826 struct delayed_work start_ibss_wq; member