Home
last modified time | relevance | path

Searched refs:max_match_sets (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c219 wiphy->max_match_sets = 0; in mt7615_check_offload_capability()
395 wiphy->max_match_sets = MT76_CONNAC_MAX_SCAN_MATCH; in mt7615_init_wiphy()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c1773 params.filter_ssids = os_calloc(wpa_s->max_match_sets, in wpa_supplicant_req_sched_scan()
1815 if (params.num_filter_ssids < wpa_s->max_match_sets && in wpa_supplicant_req_sched_scan()
3502 if (num_match_ssid > wpa_s->max_match_sets) { in wpas_start_pno()
3503 num_match_ssid = wpa_s->max_match_sets; in wpas_start_pno()
H A Dwpa_supplicant_i.h942 unsigned int max_match_sets; member
H A Dwpa_supplicant.c7377 wpa_s->max_match_sets = capa.max_match_sets; in wpa_supplicant_init_iface()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c559 wiphy->max_match_sets = MT76_CONNAC_MAX_SCAN_MATCH; in mt792x_init_wiphy()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c561 (int) drv->num_filter_ssids <= drv->capa.max_match_sets) || in wpa_driver_nl80211_sched_scan()
H A Ddriver.h2362 int max_match_sets; member
H A Ddriver_nl80211_capa.c980 capa->max_match_sets = in wiphy_info_handler()
H A Ddriver_nl80211.c11137 drv->capa.max_match_sets, in wpa_driver_nl80211_status()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1212 …int interface_modes, max_match_sets, max_remain_on_channel_duration, max_scan_ssids, max_sched_sca… member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c633 hw->wiphy->max_match_sets = iwl_umac_scan_get_max_profiles(mvm->fw); in iwl_mvm_mac_setup_register()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c9516 ar->hw->wiphy->max_match_sets = WMI_PNO_MAX_SUPP_NETWORKS; in __ath11k_mac_register()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c10127 ar->hw->wiphy->max_match_sets = WMI_PNO_MAX_SUPP_NETWORKS;