Home
last modified time | relevance | path

Searched refs:__cfg80211_stop_sched_scan (Results 1 – 3 of 3) sorted by relevance

/linux/net/wireless/
H A Dcore.h462 int __cfg80211_stop_sched_scan(struct cfg80211_registered_device *rdev,
H A Dscan.c1335 __cfg80211_stop_sched_scan(rdev, reqid, true); in cfg80211_sched_scan_stopped()
1366 int __cfg80211_stop_sched_scan(struct cfg80211_registered_device *rdev, in __cfg80211_stop_sched_scan()
1359 int __cfg80211_stop_sched_scan(struct cfg80211_registered_device *rdev, __cfg80211_stop_sched_scan() function
H A Dnl80211.c11571 return __cfg80211_stop_sched_scan(rdev, cookie, false); in nl80211_stop_sched_scan()