Searched refs:softmac_scan_wq (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_softmac.c | 581 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq() 607 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq() 677 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan() 710 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq,0); in ieee80211_rtl_start_scan() 2579 INIT_DELAYED_WORK(&ieee->softmac_scan_wq,(void*) ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
|
D | ieee80211.h | 1066 struct delayed_work softmac_scan_wq; member
|
/linux-2.6.39/drivers/staging/rtl8192e/ieee80211/ |
D | ieee80211_softmac.c | 489 … struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq() 527 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq() 593 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan() 627 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, 0); in ieee80211_rtl_start_scan() 2799 INIT_DELAYED_WORK(&ieee->softmac_scan_wq,ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
|
D | ieee80211.h | 2093 struct delayed_work softmac_scan_wq; member
|
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 499 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq() 525 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq() 595 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan() 623 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, 0); in ieee80211_start_scan() 2738 INIT_DELAYED_WORK(&ieee->softmac_scan_wq,ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
|
D | ieee80211.h | 2087 struct delayed_work softmac_scan_wq; member
|