Searched refs:softmac_scan_wq (Results 1 – 4 of 4) sorted by relevance
580 struct rtllib_device, softmac_scan_wq); in rtllib_softmac_scan_wq()618 schedule_delayed_work(&ieee->softmac_scan_wq, in rtllib_softmac_scan_wq()692 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_stop_scan()748 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in rtllib_start_scan()3029 INIT_DELAYED_WORK_RSL(&ieee->softmac_scan_wq, in rtllib_softmac_init()3058 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_free()
1673 struct delayed_work softmac_scan_wq; member
476 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq()501 schedule_delayed_work(&ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq()567 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan()593 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in ieee80211_start_scan()2588 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
1892 struct delayed_work softmac_scan_wq; member