Searched refs:cfg_match (Results 1 – 1 of 1) sorted by relevance
3457 struct cfg80211_match_set *cfg_match = &match_sets[i]; in wmi_sched_scan_set_ssids() local3460 wmi_match->ssid_len = cfg_match->ssid.ssid_len; in wmi_sched_scan_set_ssids()3461 memcpy(wmi_match->ssid, cfg_match->ssid.ssid, in wmi_sched_scan_set_ssids()3464 if (cfg_match->rssi_thold >= S8_MIN && in wmi_sched_scan_set_ssids()3465 cfg_match->rssi_thold <= S8_MAX) in wmi_sched_scan_set_ssids()3466 wmi_match->rssi_threshold = cfg_match->rssi_thold; in wmi_sched_scan_set_ssids()