Searched refs:softmac_scan_wq (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 491 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq() 517 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq() 587 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan() 616 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, 0); in ieee80211_start_scan() 2730 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
|
D | ieee80211.h | 1891 struct delayed_work softmac_scan_wq; member
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 580 struct rtllib_device, softmac_scan_wq); in rtllib_softmac_scan_wq() 618 queue_delayed_work_rsl(ieee->wq, &ieee->softmac_scan_wq, in rtllib_softmac_scan_wq() 692 cancel_delayed_work(&ieee->softmac_scan_wq); in rtllib_softmac_stop_scan() 749 &ieee->softmac_scan_wq, 0); in rtllib_start_scan() 3041 INIT_DELAYED_WORK_RSL(&ieee->softmac_scan_wq, in rtllib_softmac_init()
|
D | rtllib.h | 1723 struct delayed_work softmac_scan_wq; member
|