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