Home
last modified time | relevance | path

Searched refs:cfg_match (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dwmi.c3474 struct cfg80211_match_set *cfg_match = &match_sets[i]; in wmi_sched_scan_set_ssids() local
3477 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()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c2888 struct cfg80211_match_set *cfg_match; in mt7925_mcu_sched_scan_req() local
2941 cfg_match = &sreq->match_sets[i]; in mt7925_mcu_sched_scan_req()
2942 memcpy(match->match[i].ssid, cfg_match->ssid.ssid, in mt7925_mcu_sched_scan_req()
2943 cfg_match->ssid.ssid_len); in mt7925_mcu_sched_scan_req()
2944 match->match[i].rssi_th = cpu_to_le32(cfg_match->rssi_thold); in mt7925_mcu_sched_scan_req()
2945 match->match[i].ssid_len = cfg_match->ssid.ssid_len; in mt7925_mcu_sched_scan_req()