Searched refs:sched_scan_stop (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore.h | 88 void (*sched_scan_stop)(struct wl1271 *wl, struct wl12xx_vif *wlvif); member
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | init.c | 208 dev->ops->sched_scan_stop = NULL; in mt7615_check_offload_capability()
|
H A D | main.c | 1354 .sched_scan_stop = mt7615_stop_sched_scan,
|
/linux/net/mac80211/ |
H A D | scan.c | 1382 if (!local->ops->sched_scan_stop) in ieee80211_request_sched_scan_stop()
|
H A D | cfg.c | 2940 if (!local->ops->sched_scan_stop) in ieee80211_sched_scan_stop() 5220 .sched_scan_stop = ieee80211_sched_scan_stop,
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1438 .sched_scan_stop = iwl_mvm_mac_sched_scan_stop,
|
H A D | mac80211.c | 6612 .sched_scan_stop = iwl_mvm_mac_sched_scan_stop,
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 1433 .sched_scan_stop = mt7921_stop_sched_scan,
|
/linux/net/wireless/ |
H A D | core.c | 470 WARN_ON(ops->sched_scan_start && !ops->sched_scan_stop); in wiphy_new_nm()
|
H A D | rdev-ops.h | 899 ret = rdev->ops->sched_scan_stop(&rdev->wiphy, dev, reqid); in rdev_sched_scan_stop()
|
H A D | nl80211.c | 10071 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_stop) in nl80211_stop_sched_scan()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | main.c | 2134 .sched_scan_stop = mt7925_stop_sched_scan,
|
/linux/include/net/ |
H A D | mac80211.h | 4543 int (*sched_scan_stop)(struct ieee80211_hw *hw, member
|
H A D | cfg80211.h | 4804 int (*sched_scan_stop)(struct wiphy *wiphy, struct net_device *dev, member
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 3470 .sched_scan_stop = ath6kl_cfg80211_sscan_stop,
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 4607 .sched_scan_stop = mwifiex_cfg80211_sched_scan_stop,
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 5957 .sched_scan_stop = brcmf_cfg80211_sched_scan_stop,
|