Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib_softmac.c462 struct rtllib_device, softmac_scan_wq); in rtllib_softmac_scan_wq()
498 schedule_delayed_work(&ieee->softmac_scan_wq, in rtllib_softmac_scan_wq()
522 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_stop_scan()
564 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in rtllib_start_scan()
2113 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, (void *)rtllib_softmac_scan_wq); in rtllib_softmac_init()
2135 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_free()
Drtllib.h1391 struct delayed_work softmac_scan_wq; member