Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c3231 struct brcmf_pno_net_info_le *netinfo, *netinfo_start; in brcmf_notify_sched_scan_results() local
3276 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()