Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c218 wiphy->max_sched_scan_reqs = 0; in mt7615_check_offload_capability()
394 wiphy->max_sched_scan_reqs = 1; in mt7615_init_wiphy()
/linux-6.15/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-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1084 u8 max_sched_scan_reqs; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c645 wiphy->max_sched_scan_reqs = 1; in mt792x_init_wiphy()
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dmain.c1245 wiphy->max_sched_scan_reqs = 1; in wil_refresh_fw_capabilities()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c302 wiphy->max_sched_scan_reqs = 1; in iwl_mac_hw_set_wiphy()
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2661 wiphy->max_sched_scan_reqs = 1; in rtw_cfg80211_preinit_wiphy()
/linux-6.15/net/wireless/
H A Dnl80211.c2159 if (rdev->wiphy.max_sched_scan_reqs) in nl80211_add_commands_unsplit()
2986 if (rdev->wiphy.max_sched_scan_reqs && in nl80211_send_wiphy()
2988 rdev->wiphy.max_sched_scan_reqs)) in nl80211_send_wiphy()
10033 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_start) in nl80211_start_sched_scan()
10052 if (want_multi && rdev->wiphy.max_sched_scan_reqs > 1) in nl80211_start_sched_scan()
10083 if (!rdev->wiphy.max_sched_scan_reqs || !rdev->ops->sched_scan_stop) in nl80211_stop_sched_scan()
H A Dscan.c1260 if (i == rdev->wiphy.max_sched_scan_reqs) in cfg80211_sched_scan_req_possible()
/linux-6.15/include/net/
H A Dcfg80211.h5765 u8 max_sched_scan_reqs; member
/linux-6.15/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3983 ar->wiphy->max_sched_scan_reqs = 1; in ath6kl_cfg80211_init()
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4840 wiphy->max_sched_scan_reqs = 1; in mwifiex_register_cfg80211()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c620 hw->wiphy->max_sched_scan_reqs = 1; in iwl_mvm_mac_setup_register()
/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Dmain.c6283 wl->hw->wiphy->max_sched_scan_reqs = 1; in wl1271_init_ieee80211()