Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/wil6210/
Dwmi.c3476 struct cfg80211_match_set *cfg_match = &match_sets[i]; in wmi_sched_scan_set_ssids() local
3479 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()