Searched refs:netinfo (Results 1 – 1 of 1) sorted by relevance
3316 struct brcmf_pno_net_info_le *netinfo, *netinfo_start; in brcmf_notify_sched_scan_results() local3361 netinfo = &netinfo_start[i]; in brcmf_notify_sched_scan_results()3362 if (!netinfo) { in brcmf_notify_sched_scan_results()3370 netinfo->SSID, netinfo->channel); in brcmf_notify_sched_scan_results()3371 memcpy(ssid[i].ssid, netinfo->SSID, netinfo->SSID_len); in brcmf_notify_sched_scan_results()3372 ssid[i].ssid_len = netinfo->SSID_len; in brcmf_notify_sched_scan_results()3375 channel_req = netinfo->channel; in brcmf_notify_sched_scan_results()