Searched refs:softmac_scan_wq (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c581 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq);
607 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME);
677 cancel_delayed_work(&ieee->softmac_scan_wq);
707 // queue_work(ieee->wq, &ieee->softmac_scan_wq);
709 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq,0);
2569 INIT_DELAYED_WORK(&ieee->softmac_scan_wq,(void*) ieee80211_softmac_scan_wq);
H A Dieee80211.h1025 // struct work_struct softmac_scan_wq;
1041 struct delayed_work softmac_scan_wq; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_softmac.c517 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq);
555 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME);
626 cancel_delayed_work(&ieee->softmac_scan_wq);
661 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, 0);
2475 INIT_DELAYED_WORK(&ieee->softmac_scan_wq,ieee80211_softmac_scan_wq);
H A Dieee80211.h2217 struct delayed_work softmac_scan_wq; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c511 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq);
548 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME);
620 cancel_delayed_work(&ieee->softmac_scan_wq);
650 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, 0);
2350 INIT_DELAYED_WORK(&ieee->softmac_scan_wq,ieee80211_softmac_scan_wq);
H A Dieee80211.h2068 struct delayed_work softmac_scan_wq; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c522 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq);
546 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME);
611 cancel_delayed_work(&ieee->softmac_scan_wq);
638 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, 0);
2795 INIT_DELAYED_WORK(&ieee->softmac_scan_wq,ieee80211_softmac_scan_wq);
H A Dieee80211.h1411 struct delayed_work softmac_scan_wq; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h2064 struct delayed_work softmac_scan_wq; member in struct:ieee80211_device

Completed in 157 milliseconds