Home
last modified time | relevance | path

Searched refs:max_sched_scan_reqs (Results 1 – 4 of 4) 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/net/wireless/
H A Dnl80211.c2445 if (rdev->wiphy.max_sched_scan_reqs)
3506 if (rdev->wiphy.max_sched_scan_reqs && in nl80211_send_wiphy()
3508 rdev->wiphy.max_sched_scan_reqs)) in nl80211_send_wiphy()
11796 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_start) in nl80211_channel_switch()
11815 if (want_multi && rdev->wiphy.max_sched_scan_reqs > 1) in nl80211_channel_switch()
11846 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_stop) in nl80211_channel_switch()
H A Dscan.c1256 * available, ie. struct wiphy::max_sched_scan_reqs limit is not yet reached.
1277 if (i == rdev->wiphy.max_sched_scan_reqs) in cfg80211_sched_scan_req_possible()