Searched refs:start_ibss_wq (Results 1 – 4 of 4) sorted by relevance
2584 struct rtllib_device, start_ibss_wq); in rtllib_start_ibss_wq()2713 schedule_delayed_work(&ieee->start_ibss_wq, msecs_to_jiffies(150)); in rtllib_start_ibss()2881 cancel_delayed_work_sync(&ieee->start_ibss_wq); in rtllib_stop_protocol()3023 INIT_DELAYED_WORK_RSL(&ieee->start_ibss_wq, in rtllib_softmac_init()3059 cancel_delayed_work_sync(&ieee->start_ibss_wq); in rtllib_softmac_free()
1675 struct delayed_work start_ibss_wq; member
2208 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, start_ibss_wq); in ieee80211_start_ibss_wq()2312 schedule_delayed_work(&ieee->start_ibss_wq, 150); in ieee80211_start_ibss()2468 cancel_delayed_work(&ieee->start_ibss_wq); in ieee80211_stop_protocol()2585 INIT_DELAYED_WORK(&ieee->start_ibss_wq, ieee80211_start_ibss_wq); in ieee80211_softmac_init()
1894 struct delayed_work start_ibss_wq; member