Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_softmac.c577 struct rtllib_device, softmac_scan_wq); in rtllib_softmac_scan_wq()
615 schedule_delayed_work(&ieee->softmac_scan_wq, in rtllib_softmac_scan_wq()
689 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_stop_scan()
744 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in rtllib_start_scan()
3016 INIT_DELAYED_WORK_RSL(&ieee->softmac_scan_wq, in rtllib_softmac_init()
3044 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_free()
Drtllib.h1668 struct delayed_work softmac_scan_wq; member
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c475 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()
Dieee80211.h1887 struct delayed_work softmac_scan_wq; member