Home
last modified time | relevance | path

Searched refs:sched_scan_start (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h85 int (*sched_scan_start)(struct wl1271 *wl, struct wl12xx_vif *wlvif, member
H A Dmain.c3847 ret = wl->ops->sched_scan_start(wl, wlvif, req, ies); in wl1271_op_sched_scan_start()
6007 .sched_scan_start = wl1271_op_sched_scan_start,
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1712 .sched_scan_start = wl12xx_sched_scan_start,
/linux/net/wireless/
H A Dcore.c541 WARN_ON(ops->sched_scan_start && !ops->sched_scan_stop); in wiphy_new_nm()
H A Drdev-ops.h895 ret = rdev->ops->sched_scan_start(&rdev->wiphy, dev, request); in rdev_sched_scan_start()
H A Dnl80211.c2414 CMD(sched_scan_start, START_SCHED_SCAN); in nl80211_add_commands_unsplit()
11507 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_start) in nl80211_start_sched_scan()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c2799 .sched_scan_start = iwl_mld_mac80211_sched_scan_start,
/linux/include/net/
H A Dmac80211.h4753 int (*sched_scan_start)(struct ieee80211_hw *hw, member
/linux/net/mac80211/
H A Dcfg.c3357 if (!sdata->local->ops->sched_scan_start) in ieee80211_sched_scan_start()
5806 .sched_scan_start = ieee80211_sched_scan_start,
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4605 .sched_scan_start = mwifiex_cfg80211_sched_scan_start,