Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dwmi.c2055 struct hint_bssid *hint_bssid = NULL; in ath11k_wmi_send_scan_start_cmd() local
2079 params->num_hint_bssid * sizeof(struct hint_bssid); in ath11k_wmi_send_scan_start_cmd()
2201 len = params->num_hint_bssid * sizeof(struct hint_bssid); in ath11k_wmi_send_scan_start_cmd()
2206 hint_bssid = ptr; in ath11k_wmi_send_scan_start_cmd()
2208 hint_bssid->freq_flags = in ath11k_wmi_send_scan_start_cmd()
2209 params->hint_bssid[i].freq_flags; in ath11k_wmi_send_scan_start_cmd()
2210 ether_addr_copy(&params->hint_bssid[i].bssid.addr[0], in ath11k_wmi_send_scan_start_cmd()
2211 &hint_bssid->bssid.addr[0]); in ath11k_wmi_send_scan_start_cmd()
2212 hint_bssid++; in ath11k_wmi_send_scan_start_cmd()
Dwmi.h3171 struct hint_bssid { struct
3258 struct hint_bssid hint_bssid[WLAN_SCAN_MAX_HINT_BSSID]; member