Searched refs:softmac_scan_wq (Results 1 – 4 of 4) sorted by relevance
554 struct rtllib_device, softmac_scan_wq); in rtllib_softmac_scan_wq()592 schedule_delayed_work(&ieee->softmac_scan_wq, in rtllib_softmac_scan_wq()658 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_stop_scan()704 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in rtllib_start_scan()2688 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, (void *)rtllib_softmac_scan_wq); in rtllib_softmac_init()2713 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_free()
1603 struct delayed_work softmac_scan_wq; member
475 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq()500 schedule_delayed_work(&ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq()566 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan()592 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in ieee80211_start_scan()2601 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
1824 struct delayed_work softmac_scan_wq; member