Home
last modified time | relevance | path

Searched refs:max_sched_scan_reqs (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpno.c545 wiphy->max_sched_scan_reqs = gscan ? BRCMF_PNO_MAX_BUCKETS : 1; in brcmf_pno_wiphy_params()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1084 u8 max_sched_scan_reqs; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c327 wiphy->max_sched_scan_reqs = 1; in iwl_mac_hw_set_wiphy()
/linux/net/wireless/
H A Dnl80211.c2413 if (rdev->wiphy.max_sched_scan_reqs) in nl80211_add_commands_unsplit()
3372 if (rdev->wiphy.max_sched_scan_reqs && in nl80211_send_wiphy()
3374 rdev->wiphy.max_sched_scan_reqs)) in nl80211_send_wiphy()
11507 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_start) in nl80211_start_sched_scan()
11526 if (want_multi && rdev->wiphy.max_sched_scan_reqs > 1) in nl80211_start_sched_scan()
11557 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_stop) in nl80211_stop_sched_scan()
H A Dscan.c1270 if (i == rdev->wiphy.max_sched_scan_reqs) in cfg80211_sched_scan_req_possible()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4838 wiphy->max_sched_scan_reqs = 1; in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c6259 wl->hw->wiphy->max_sched_scan_reqs = 1; in wl1271_init_ieee80211()