Searched refs:softmac_scan_wq (Results 1 – 2 of 2) sorted by relevance
462 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()
1391 struct delayed_work softmac_scan_wq; member