Searched refs:wx_sync_scan_wq (Results 1 – 3 of 3) sorted by relevance
292 struct rtllib_device *ieee = container_of(data, struct rtllib_device, wx_sync_scan_wq); in rtllib_wx_sync_scan_wq()372 schedule_work(&ieee->wx_sync_scan_wq); in rtllib_wx_set_scan()
2115 INIT_WORK(&ieee->wx_sync_scan_wq, (void *)rtllib_wx_sync_scan_wq); in rtllib_softmac_init()2141 cancel_work_sync(&ieee->wx_sync_scan_wq); in rtllib_softmac_free()
1396 struct work_struct wx_sync_scan_wq; member