Searched refs:match_sets (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/dev/rtw88/ |
H A D | wow.c | 546 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 D | fw.c | 1090 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; 1093 ssid = &pno_req->match_sets[i].ssid; in rtw_lps_pg_info_get() 1105 memcpy(pos, pno_req->match_sets[i].ssid.ssid, in rtw_lps_pg_info_get() 1106 pno_req->match_sets[i].ssid.ssid_len); in rtw_lps_pg_info_get() 1416 ssid = &rtw_pno_req->match_sets[i].ssid; in rtw_fw_write_data_rsvd_page()
|
H A D | main.h | 1053 struct cfg80211_match_set *match_sets; 1044 struct cfg80211_match_set *match_sets; global() member
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wow.c | 191 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath10k_wmi_pno_check() 199 nd_config->match_sets[i].ssid.ssid, in ath10k_wmi_pno_check() 200 nd_config->match_sets[i].ssid.ssid_len); in ath10k_wmi_pno_check() 207 pno->a_networks[i].rssi_threshold = nd_config->match_sets[i].rssi_thold; in ath10k_wmi_pno_check()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | wow.c | 262 ssid_len = nd_config->match_sets[i].ssid.ssid_len; in ath11k_wmi_pno_check_and_convert() 270 nd_config->match_sets[i].ssid.ssid, in ath11k_wmi_pno_check_and_convert() 271 nd_config->match_sets[i].ssid.ssid_len); in ath11k_wmi_pno_check_and_convert() 278 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 D | driver_nl80211_scan.c | 563 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/iwlwifi/mvm/ |
H A D | scan.c | 97 struct cfg80211_match_set *match_sets; 495 if (!params->match_sets[j].ssid.ssid_len) in iwl_scan_build_ssids() 498 ssids[i].len = params->match_sets[j].ssid.ssid_len; in iwl_scan_build_ssids() 499 memcpy(ssids[i].ssid, params->match_sets[j].ssid.ssid, in iwl_scan_build_ssids() 583 if (!req->n_match_sets || !req->match_sets[0].ssid.ssid_len) in iwl_mvm_config_sched_scan_profiles() 612 if (req->n_match_sets && req->match_sets[0].ssid.ssid_len) { in iwl_mvm_scan_pass_all() 3015 params.match_sets = NULL; in iwl_mvm_reg_scan_start() 3128 params.match_sets = req->match_sets; in iwl_mvm_sched_scan_start() 95 struct cfg80211_match_set *match_sets; global() member
|
H A D | d3.c | 1207 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config() 1208 sizeof(*nd_config->match_sets) * in iwl_mvm_netdetect_config()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 434 struct cfg80211_match_set *match_sets; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 1806 match = &sreq->match_sets[i]; in mt76_connac_mcu_sched_scan_req()
|