Searched refs:netinfo (Results 1 – 1 of 1) sorted by relevance
3231 struct brcmf_pno_net_info_le *netinfo, *netinfo_start; in brcmf_notify_sched_scan_results() local3276 netinfo = &netinfo_start[i]; in brcmf_notify_sched_scan_results()3277 if (!netinfo) { in brcmf_notify_sched_scan_results()3285 netinfo->SSID, netinfo->channel); in brcmf_notify_sched_scan_results()3286 memcpy(ssid[i].ssid, netinfo->SSID, netinfo->SSID_len); in brcmf_notify_sched_scan_results()3287 ssid[i].ssid_len = netinfo->SSID_len; in brcmf_notify_sched_scan_results()3290 channel_req = netinfo->channel; in brcmf_notify_sched_scan_results()