Searched refs:cfg_match (Results 1 – 1 of 1) sorted by relevance
3476 struct cfg80211_match_set *cfg_match = &match_sets[i]; in wmi_sched_scan_set_ssids() local3479 wmi_match->ssid_len = cfg_match->ssid.ssid_len; in wmi_sched_scan_set_ssids()3480 memcpy(wmi_match->ssid, cfg_match->ssid.ssid, in wmi_sched_scan_set_ssids()3483 if (cfg_match->rssi_thold >= S8_MIN && in wmi_sched_scan_set_ssids()3484 cfg_match->rssi_thold <= S8_MAX) in wmi_sched_scan_set_ssids()3485 wmi_match->rssi_threshold = cfg_match->rssi_thold; in wmi_sched_scan_set_ssids()