Home
last modified time | relevance | path

Searched refs:sched_scan_stop (Results 1 – 5 of 5) 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/ti/wl12xx/
H A Dmain.c1713 .sched_scan_stop = wl12xx_scan_sched_scan_stop,
/linux/net/wireless/
H A Dcore.c566 WARN_ON(ops->sched_scan_start && !ops->sched_scan_stop); in wiphy_new_nm()
H A Drdev-ops.h906 ret = rdev->ops->sched_scan_stop(&rdev->wiphy, dev, reqid); in rdev_sched_scan_stop()
H A Dnl80211.c11846 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_stop) in nl80211_channel_switch()