Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dwmi.c2040 struct hint_bssid *hint_bssid = NULL; in ath11k_wmi_send_scan_start_cmd() local
2064 params->num_hint_bssid * sizeof(struct hint_bssid); in ath11k_wmi_send_scan_start_cmd()
2186 len = params->num_hint_bssid * sizeof(struct hint_bssid); in ath11k_wmi_send_scan_start_cmd()
2191 hint_bssid = ptr; in ath11k_wmi_send_scan_start_cmd()
2193 hint_bssid->freq_flags = in ath11k_wmi_send_scan_start_cmd()
2194 params->hint_bssid[i].freq_flags; in ath11k_wmi_send_scan_start_cmd()
2195 ether_addr_copy(&params->hint_bssid[i].bssid.addr[0], in ath11k_wmi_send_scan_start_cmd()
2196 &hint_bssid->bssid.addr[0]); in ath11k_wmi_send_scan_start_cmd()
2197 hint_bssid++; in ath11k_wmi_send_scan_start_cmd()
2216 len = params->num_hint_bssid * sizeof(struct hint_bssid); in ath11k_wmi_send_scan_start_cmd()
[all …]
Dwmi.h3146 struct hint_bssid { struct
3233 struct hint_bssid hint_bssid[WLAN_SCAN_MAX_HINT_BSSID]; member