Searched refs:sched_scan_stop (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 99 void (*sched_scan_stop)(struct wl1271 *wl, struct wl12xx_vif *wlvif); member
|
D | main.c | 3080 wl->ops->sched_scan_stop(wl, wlvif); in wl1271_sta_handle_idle() 3784 wl->ops->sched_scan_stop(wl, wlvif); in wl1271_op_sched_scan_stop() 4261 wl->ops->sched_scan_stop(wl, wlvif); in wlcore_set_bssid() 5877 .sched_scan_stop = wl1271_op_sched_scan_stop,
|
/linux-4.1.27/net/mac80211/ |
D | scan.c | 1156 if (!local->ops->sched_scan_stop) { in ieee80211_request_sched_scan_stop()
|
D | driver-ops.h | 377 ret = local->ops->sched_scan_stop(&local->hw, &sdata->vif); in drv_sched_scan_stop()
|
D | cfg.c | 2033 if (!sdata->local->ops->sched_scan_stop) in ieee80211_sched_scan_stop() 3740 .sched_scan_stop = ieee80211_sched_scan_stop,
|
/linux-4.1.27/net/wireless/ |
D | rdev-ops.h | 782 ret = rdev->ops->sched_scan_stop(&rdev->wiphy, dev); in rdev_sched_scan_stop()
|
D | nl80211.c | 6299 !rdev->ops->sched_scan_stop) in nl80211_stop_sched_scan() 12827 if (rdev->ops->sched_scan_stop && in nl80211_netlink_notify()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1721 .sched_scan_stop = wl12xx_scan_sched_scan_stop,
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 1690 .sched_scan_stop = wl18xx_scan_sched_scan_stop,
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 3214 int (*sched_scan_stop)(struct ieee80211_hw *hw, member
|
D | cfg80211.h | 2645 int (*sched_scan_stop)(struct wiphy *wiphy, struct net_device *dev); member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 4066 .sched_scan_stop = iwl_mvm_mac_sched_scan_stop,
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3451 .sched_scan_stop = ath6kl_cfg80211_sscan_stop,
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 4587 .sched_scan_stop = brcmf_cfg80211_sched_scan_stop,
|