| /linux/drivers/net/wireless/realtek/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 | main.h | 1069 struct cfg80211_match_set *match_sets; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | scan.c | 104 struct cfg80211_match_set *match_sets; member 646 if (!params->match_sets[j].ssid.ssid_len) in iwl_mld_scan_cmd_build_ssids() 650 ssids[i].len = params->match_sets[j].ssid.ssid_len; in iwl_mld_scan_cmd_build_ssids() 651 memcpy(ssids[i].ssid, params->match_sets[j].ssid.ssid, in iwl_mld_scan_cmd_build_ssids() 1316 if (req->n_match_sets && req->match_sets[0].ssid.ssid_len) { in iwl_mld_scan_pass_all() 1367 if (!req->n_match_sets || !req->match_sets[0].ssid.ssid_len) in iwl_mld_config_sched_scan_profiles() 1595 params.match_sets = NULL; in _iwl_mld_single_scan_start() 1787 params.match_sets = req->match_sets; in iwl_mld_sched_scan_start()
|
| H A D | d3.c | 1386 netdetect_cfg->match_sets[idx].ssid.ssid_len; in iwl_mld_set_netdetect_info() 1388 netdetect_cfg->match_sets[idx].ssid.ssid, in iwl_mld_set_netdetect_info()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | pno.c | 375 ms = &r->match_sets[j]; in brcmf_pno_config_networks() 580 ms = &req->match_sets[j]; in brcmf_pno_get_bucket_map()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wow.c | 287 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()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | scan.c | 98 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 D | d3.c | 1214 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config() 1215 sizeof(*nd_config->match_sets) * in iwl_mvm_netdetect_config()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | scan.c | 373 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | wow.c | 1501 nd_config->match_sets[i].ssid.ssid, in rtw89_pno_scan_update_probe_req() 1502 nd_config->match_sets[i].ssid.ssid_len, in rtw89_pno_scan_update_probe_req()
|
| H A D | fw.c | 7735 s = wowlan ? &nd_config->match_sets[i].ssid : &req->ssids[i]; in rtw89_hw_scan_calc_req_ssid() 7973 s = wowlan ? &nd_config->match_sets[i].ssid : &req->ssids[i]; in rtw89_fw_h2c_scan_offload_be() 10854 h2c->ssid_len[i] = nd_config->match_sets[i].ssid.ssid_len; in rtw89_fw_h2c_cfg_pno() 10855 memcpy(h2c->ssid[i], nd_config->match_sets[i].ssid.ssid, in rtw89_fw_h2c_cfg_pno() 10856 nd_config->match_sets[i].ssid.ssid_len); in rtw89_fw_h2c_cfg_pno()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 11731 size = size_add(size, array_size(sizeof(*request->match_sets), in nl80211_parse_sched_scan() 11754 request->match_sets = (void *)(request->ie + ie_len); in nl80211_parse_sched_scan() 11756 request->match_sets = in nl80211_parse_sched_scan() 11759 request->match_sets = in nl80211_parse_sched_scan() 11765 request->scan_plans = (void *)(request->match_sets + in nl80211_parse_sched_scan() 11873 memcpy(request->match_sets[i].ssid.ssid, in nl80211_parse_sched_scan() 11875 request->match_sets[i].ssid.ssid_len = in nl80211_parse_sched_scan() 11879 memcpy(request->match_sets[i].bssid, in nl80211_parse_sched_scan() 11883 request->match_sets[i].rssi_thold = default_match_rssi; in nl80211_parse_sched_scan() 11886 request->match_sets[i].rssi_thold = in nl80211_parse_sched_scan() [all …]
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 3290 if (n_match_sets == 1 && !request->match_sets[0].ssid.ssid_len) in ath6kl_cfg80211_sscan_start() 3303 request->match_sets, in ath6kl_cfg80211_sscan_start()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 2513 struct cfg80211_match_set *ms = &request->match_sets[i]; in wil_cfg80211_sched_scan_start()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cfg80211.c | 1984 bgscan_cfg->ssid_list = request->match_sets; in nxpwifi_cfg80211_sched_scan_start()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 3113 struct cfg80211_match_set *match_sets; member
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.c | 1986 match = &sreq->match_sets[i]; in mt76_connac_mcu_sched_scan_req()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 2798 bgscan_cfg->ssid_list = request->match_sets; in mwifiex_cfg80211_sched_scan_start()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mcu.c | 3407 cfg_match = &sreq->match_sets[i]; in mt7925_mcu_sched_scan_req()
|