Home
last modified time | relevance | path

Searched refs:scan_work (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c558 INIT_DELAYED_WORK(&phy->scan_work, mt7615_scan_work); in mt7615_register_ext_phy()
633 INIT_DELAYED_WORK(&dev->phy.scan_work, mt7615_scan_work); in mt7615_init_device()
H A Dusb.c90 cancel_delayed_work_sync(&phy->scan_work); in mt7663u_stop()
H A Dmain.c113 cancel_delayed_work_sync(&phy->scan_work); in mt7615_stop()
1070 scan_work.work); in mt7615_scan_work()
1255 cancel_delayed_work_sync(&phy->scan_work); in mt7615_suspend()
H A Dmt7615.h188 struct delayed_work scan_work; member
H A Dmcu.c466 ieee80211_queue_delayed_work(mphy->hw, &phy->scan_work, in mt7615_mcu_scan_event()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c210 INIT_DELAYED_WORK(&dev->phy.scan_work, mt7921_scan_work); in mt7921_register_device()
H A Dmain.c896 scan_work.work); in mt7921_scan_work()
1019 cancel_delayed_work_sync(&phy->scan_work); in mt7921_suspend()
H A Dmcu.c169 ieee80211_queue_delayed_work(mphy->hw, &phy->scan_work, in mt7921_mcu_scan_event()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h118 struct delayed_work scan_work; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c197 wpa_s->scan_work = NULL; in wpas_trigger_scan_cb()
277 wpa_s->scan_work = work; in wpas_trigger_scan_cb()
300 if (wpa_s->scan_work) { in wpa_supplicant_trigger_scan()
3289 if (wpa_s->scan_work) { in scan_only_handler()
3290 struct wpa_radio_work *work = wpa_s->scan_work; in scan_only_handler()
3291 wpa_s->scan_work = NULL; in scan_only_handler()
H A Devents.c2570 if (own_request && wpa_s->scan_work) { in _wpa_supplicant_event_scan_results()
2571 struct wpa_radio_work *work = wpa_s->scan_work; in _wpa_supplicant_event_scan_results()
2572 wpa_s->scan_work = NULL; in _wpa_supplicant_event_scan_results()
2599 if (own_request && wpa_s->scan_work) { in _wpa_supplicant_event_scan_results()
2600 struct wpa_radio_work *work = wpa_s->scan_work; in _wpa_supplicant_event_scan_results()
2601 wpa_s->scan_work = NULL; in _wpa_supplicant_event_scan_results()
H A Dwpa_supplicant_i.h820 struct wpa_radio_work *scan_work; member
H A Dwpa_supplicant.c6695 if (work->wpa_s->scan_work == work) { in radio_work_free()
6699 work->wpa_s->scan_work = NULL; in radio_work_free()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmvm.h961 struct work_struct scan_work;
2847 schedule_work(&mvm->mei_scan_filter.scan_work);
847 struct work_struct scan_work; global() member
H A Dscan.c2753 container_of(wk, struct iwl_mei_scan_filter, scan_work); in iwl_mvm_mei_limited_scan()
2778 INIT_WORK(&mei_scan_filter->scan_work, iwl_mvm_mei_scan_work); in iwl_mvm_mei_limited_scan()