/openbmc/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 | fw.c | 1010 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; in rtw_nlo_info_get() 1013 ssid = &pno_req->match_sets[i].ssid; in rtw_nlo_info_get() 1025 memcpy(pos, pno_req->match_sets[i].ssid.ssid, in rtw_nlo_info_get() 1026 pno_req->match_sets[i].ssid.ssid_len); in rtw_nlo_info_get() 1336 ssid = &rtw_pno_req->match_sets[i].ssid; in rtw_add_rsvd_page_pno()
|
H A D | main.h | 1036 struct cfg80211_match_set *match_sets; member
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wow.c | 192 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()
|
/openbmc/linux/drivers/net/wireless/ath/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 97 struct cfg80211_match_set *match_sets; member 484 if (!params->match_sets[j].ssid.ssid_len) in iwl_scan_build_ssids() 487 ssids[i].len = params->match_sets[j].ssid.ssid_len; in iwl_scan_build_ssids() 488 memcpy(ssids[i].ssid, params->match_sets[j].ssid.ssid, in iwl_scan_build_ssids() 572 if (!req->n_match_sets || !req->match_sets[0].ssid.ssid_len) in iwl_mvm_config_sched_scan_profiles() 601 if (req->n_match_sets && req->match_sets[0].ssid.ssid_len) { in iwl_mvm_scan_pass_all() 2970 params.match_sets = NULL; in iwl_mvm_reg_scan_start() 3064 params.match_sets = req->match_sets; in iwl_mvm_sched_scan_start()
|
H A D | d3.c | 1203 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config() 1204 sizeof(*nd_config->match_sets) * in iwl_mvm_netdetect_config()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | scan.c | 374 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list()
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 9525 struct cfg80211_match_set *match_sets, in nl80211_parse_sched_scan_per_band_rssi() 9538 match_sets->per_band_rssi_thold[i] = in nl80211_parse_sched_scan_per_band_rssi() 9544 match_sets->per_band_rssi_thold[i] = rssi_thold; in nl80211_parse_sched_scan_per_band_rssi() 9552 match_sets->per_band_rssi_thold[band] = nla_get_s32(attr); 9677 size = size_add(size, array_size(sizeof(*request->match_sets), in nl80211_parse_sched_scan() 9699 request->match_sets = (void *)(request->ie + ie_len); in nl80211_parse_sched_scan() 9701 request->match_sets = in nl80211_parse_sched_scan() 9704 request->match_sets = in nl80211_parse_sched_scan() 9710 request->scan_plans = (void *)(request->match_sets + in nl80211_parse_sched_scan() 9818 memcpy(request->match_sets[ in nl80211_parse_sched_scan() 9520 nl80211_parse_sched_scan_per_band_rssi(struct wiphy * wiphy,struct cfg80211_match_set * match_sets,struct nlattr * tb_band_rssi,s32 rssi_thold) nl80211_parse_sched_scan_per_band_rssi() argument [all...] |
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 3461 struct cfg80211_match_set *match_sets, in wmi_sched_scan_set_ssids() argument 3476 struct cfg80211_match_set *cfg_match = &match_sets[i]; in wmi_sched_scan_set_ssids() 3565 request->match_sets, request->n_match_sets); in wmi_start_sched_scan()
|
H A D | cfg80211.c | 2515 struct cfg80211_match_set *ms = &request->match_sets[i]; in wil_cfg80211_sched_scan_start()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 3283 if (n_match_sets == 1 && !request->match_sets[0].ssid.ssid_len) in ath6kl_cfg80211_sscan_start() 3296 request->match_sets, in ath6kl_cfg80211_sscan_start()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 2667 struct cfg80211_match_set *match_sets; member
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 1811 match = &sreq->match_sets[i]; in mt76_connac_mcu_sched_scan_req()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 2767 bgscan_cfg->ssid_list = request->match_sets; in mwifiex_cfg80211_sched_scan_start()
|