Searched refs:cfg_match (Results 1 – 2 of 2) sorted by relevance
3474 struct cfg80211_match_set *cfg_match = &match_sets[i]; in wmi_sched_scan_set_ssids() local3477 wmi_match->ssid_len = cfg_match->ssid.ssid_len; in wmi_sched_scan_set_ssids()3478 memcpy(wmi_match->ssid, cfg_match->ssid.ssid, in wmi_sched_scan_set_ssids()3481 if (cfg_match->rssi_thold >= S8_MIN && in wmi_sched_scan_set_ssids()3482 cfg_match->rssi_thold <= S8_MAX) in wmi_sched_scan_set_ssids()3483 wmi_match->rssi_threshold = cfg_match->rssi_thold; in wmi_sched_scan_set_ssids()
2772 struct cfg80211_match_set *cfg_match; in mt7925_mcu_sched_scan_req() local2825 cfg_match = &sreq->match_sets[i]; in mt7925_mcu_sched_scan_req()2826 memcpy(match->match[i].ssid, cfg_match->ssid.ssid, in mt7925_mcu_sched_scan_req()2827 cfg_match->ssid.ssid_len); in mt7925_mcu_sched_scan_req()2828 match->match[i].rssi_th = cpu_to_le32(cfg_match->rssi_thold); in mt7925_mcu_sched_scan_req()2829 match->match[i].ssid_len = cfg_match->ssid.ssid_len; in mt7925_mcu_sched_scan_req()