Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dscan.c942 if (!local->ops->sched_scan_stop) { in ieee80211_request_sched_scan_stop()
Ddriver-ops.h306 local->ops->sched_scan_stop(&local->hw, &sdata->vif); in drv_sched_scan_stop()
Dcfg.c1590 if (!sdata->local->ops->sched_scan_stop) in ieee80211_sched_scan_stop()
2722 .sched_scan_stop = ieee80211_sched_scan_stop,
/linux-3.4.99/include/net/
Dmac80211.h2184 void (*sched_scan_stop)(struct ieee80211_hw *hw, member
Dcfg80211.h1683 int (*sched_scan_stop)(struct wiphy *wiphy, struct net_device *dev); member
/linux-3.4.99/net/wireless/
Dscan.c146 int err = rdev->ops->sched_scan_stop(&rdev->wiphy, dev); in __cfg80211_stop_sched_scan()
Dnl80211.c4124 !rdev->ops->sched_scan_stop) in nl80211_stop_sched_scan()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2969 .sched_scan_stop = ath6kl_cfg80211_sscan_stop,
/linux-3.4.99/drivers/net/wireless/wl12xx/
Dmain.c4849 .sched_scan_stop = wl1271_op_sched_scan_stop,