Searched refs:start_ibss_wq (Results 1 – 4 of 4) sorted by relevance
2577 struct rtllib_device, start_ibss_wq); in rtllib_start_ibss_wq()2707 schedule_delayed_work(&ieee->start_ibss_wq, msecs_to_jiffies(150)); in rtllib_start_ibss()2875 cancel_delayed_work_sync(&ieee->start_ibss_wq); in rtllib_stop_protocol()3018 INIT_DELAYED_WORK_RSL(&ieee->start_ibss_wq, in rtllib_softmac_init()3053 cancel_delayed_work_sync(&ieee->start_ibss_wq); in rtllib_softmac_free()
1670 struct delayed_work start_ibss_wq; member
2220 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()
1889 struct delayed_work start_ibss_wq; member