Home
last modified time | relevance | path

Searched refs:max_sched_scan_reqs (Results 1 – 12 of 12) 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/mediatek/mt76/
H A Dmt792x_core.c817 wiphy->max_sched_scan_reqs = 1; in mt792x_init_wiphy()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c359 wiphy->max_sched_scan_reqs = 1; in iwl_mac_hw_set_wiphy()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c3864 wiphy->max_sched_scan_reqs = 1; in nxpwifi_register_cfg80211()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3989 ar->wiphy->max_sched_scan_reqs = 1; in ath6kl_cfg80211_init()
/linux/net/wireless/
H A Dnl80211.c2448 if (rdev->wiphy.max_sched_scan_reqs) in nl80211_add_commands_unsplit()
3509 if (rdev->wiphy.max_sched_scan_reqs && in nl80211_send_wiphy()
3511 rdev->wiphy.max_sched_scan_reqs)) in nl80211_send_wiphy()
11962 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_start) in nl80211_start_sched_scan()
11981 if (want_multi && rdev->wiphy.max_sched_scan_reqs > 1) in nl80211_start_sched_scan()
12012 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_stop) in nl80211_stop_sched_scan()
H A Dscan.c1280 if (i == rdev->wiphy.max_sched_scan_reqs) in cfg80211_sched_scan_req_possible()
/linux/include/net/
H A Dcfg80211.h6574 u8 max_sched_scan_reqs; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4837 wiphy->max_sched_scan_reqs = 1; in mwifiex_register_cfg80211()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c625 hw->wiphy->max_sched_scan_reqs = 1; in iwl_mvm_mac_setup_register()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c6262 wl->hw->wiphy->max_sched_scan_reqs = 1; in wl1271_init_ieee80211()