Home
last modified time | relevance | path

Searched refs:match_sets (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Dwow.c546 size = sizeof(*pno_req->match_sets) * pno_req->match_set_cnt; in rtw_wow_check_pno()
547 pno_req->match_sets = kmemdup(nd_config->match_sets, size, GFP_KERNEL); in rtw_wow_check_pno()
548 if (!pno_req->match_sets) in rtw_wow_check_pno()
570 kfree(pno_req->match_sets); in rtw_wow_check_pno()
844 kfree(pno_req->match_sets); in rtw_wow_clear_wakeups()
H A Dfw.c1113 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; in rtw_nlo_info_get()
1116 ssid = &pno_req->match_sets[i].ssid; in rtw_nlo_info_get()
1128 memcpy(pos, pno_req->match_sets[i].ssid.ssid, in rtw_nlo_info_get()
1129 pno_req->match_sets[i].ssid.ssid_len); in rtw_nlo_info_get()
1439 ssid = &rtw_pno_req->match_sets[i].ssid; in rtw_add_rsvd_page_pno()
H A Dmain.h1073 struct cfg80211_match_set *match_sets; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwow.c192 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath10k_wmi_pno_check()
200 nd_config->match_sets[i].ssid.ssid, in ath10k_wmi_pno_check()
201 nd_config->match_sets[i].ssid.ssid_len); in ath10k_wmi_pno_check()
208 pno->a_networks[i].rssi_threshold = nd_config->match_sets[i].rssi_thold; in ath10k_wmi_pno_check()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dscan.c106 struct cfg80211_match_set *match_sets; member
630 if (!params->match_sets[j].ssid.ssid_len) in iwl_mld_scan_cmd_build_ssids()
634 ssids[i].len = params->match_sets[j].ssid.ssid_len; in iwl_mld_scan_cmd_build_ssids()
635 memcpy(ssids[i].ssid, params->match_sets[j].ssid.ssid, in iwl_mld_scan_cmd_build_ssids()
1197 if (req->n_match_sets && req->match_sets[0].ssid.ssid_len) { in iwl_mld_scan_pass_all()
1248 if (!req->n_match_sets || !req->match_sets[0].ssid.ssid_len) in iwl_mld_config_sched_scan_profiles()
1476 params.match_sets = NULL; in _iwl_mld_single_scan_start()
1667 params.match_sets = req->match_sets; in iwl_mld_sched_scan_start()
H A Dd3.c1187 netdetect_cfg->match_sets[idx].ssid.ssid_len; in iwl_mld_set_netdetect_info()
1189 netdetect_cfg->match_sets[idx].ssid.ssid, in iwl_mld_set_netdetect_info()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwow.c271 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath11k_wmi_pno_check_and_convert()
279 nd_config->match_sets[i].ssid.ssid, in ath11k_wmi_pno_check_and_convert()
280 nd_config->match_sets[i].ssid.ssid_len); in ath11k_wmi_pno_check_and_convert()
287 pno->a_networks[i].rssi_threshold = nd_config->match_sets[i].rssi_thold; in ath11k_wmi_pno_check_and_convert()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c563 struct nlattr *match_sets; in wpa_driver_nl80211_sched_scan() local
564 match_sets = nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_MATCH); in wpa_driver_nl80211_sched_scan()
565 if (match_sets == NULL) in wpa_driver_nl80211_sched_scan()
608 nla_nest_end(msg, match_sets); in wpa_driver_nl80211_sched_scan()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwow.c287 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath12k_wow_pno_check_and_convert()
295 nd_config->match_sets[i].ssid.ssid, in ath12k_wow_pno_check_and_convert()
303 pno->a_networks[i].rssi_threshold = nd_config->match_sets[i].rssi_thold; in ath12k_wow_pno_check_and_convert()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dpno.c388 ms = &r->match_sets[j]; in brcmf_pno_config_networks()
601 ms = &req->match_sets[j]; in brcmf_pno_get_bucket_map()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c98 struct cfg80211_match_set *match_sets; member
492 if (!params->match_sets[j].ssid.ssid_len) in iwl_scan_build_ssids()
495 ssids[i].len = params->match_sets[j].ssid.ssid_len; in iwl_scan_build_ssids()
496 memcpy(ssids[i].ssid, params->match_sets[j].ssid.ssid, in iwl_scan_build_ssids()
580 if (!req->n_match_sets || !req->match_sets[0].ssid.ssid_len) in iwl_mvm_config_sched_scan_profiles()
609 if (req->n_match_sets && req->match_sets[0].ssid.ssid_len) { in iwl_mvm_scan_pass_all()
3010 params.match_sets = NULL; in _iwl_mvm_single_scan_start()
3119 params.match_sets = req->match_sets; in iwl_mvm_sched_scan_start()
H A Dd3.c1218 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
1219 sizeof(*nd_config->match_sets) * in iwl_mvm_netdetect_config()
/freebsd/sys/contrib/dev/rtw89/
H A Dwow.c1519 nd_config->match_sets[i].ssid.ssid, in rtw89_pno_scan_update_probe_req()
1520 nd_config->match_sets[i].ssid.ssid_len, in rtw89_pno_scan_update_probe_req()
H A Dfw.c9608 h2c->ssid_len[i] = nd_config->match_sets[i].ssid.ssid_len;
9609 memcpy(h2c->ssid[i], nd_config->match_sets[i].ssid.ssid,
9610 nd_config->match_sets[i].ssid.ssid_len);
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h512 struct cfg80211_match_set *match_sets; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c1910 match = &sreq->match_sets[i]; in mt76_connac_mcu_sched_scan_req()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c3150 cfg_match = &sreq->match_sets[i]; in mt7925_mcu_sched_scan_req()