Home
last modified time | relevance | path

Searched refs:sched_scan_stop (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h88 void (*sched_scan_stop)(struct wl1271 *wl, struct wl12xx_vif *wlvif); member
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c208 dev->ops->sched_scan_stop = NULL; in mt7615_check_offload_capability()
/linux/net/mac80211/
H A Dscan.c1382 if (!local->ops->sched_scan_stop) in ieee80211_request_sched_scan_stop()
H A Dcfg.c2945 if (!local->ops->sched_scan_stop) in ieee80211_sched_scan_stop()
5245 .sched_scan_stop = ieee80211_sched_scan_stop,
/linux/net/wireless/
H A Dcore.c463 WARN_ON(ops->sched_scan_start && !ops->sched_scan_stop); in wiphy_new_nm()
H A Dnl80211.c10072 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_stop) in nl80211_stop_sched_scan()
/linux/include/net/
H A Dmac80211.h4549 int (*sched_scan_stop)(struct ieee80211_hw *hw, member