Lines Matching refs:netinfo

3474 	struct brcmf_pno_net_info_le *netinfo;  in brcmf_get_netinfo_array()  local
3481 netinfo = (struct brcmf_pno_net_info_le *)(pfn_v1 + 1); in brcmf_get_netinfo_array()
3485 netinfo = (struct brcmf_pno_net_info_le *)(pfn_v2 + 1); in brcmf_get_netinfo_array()
3489 return netinfo; in brcmf_get_netinfo_array()
3504 struct brcmf_pno_net_info_le *netinfo, *netinfo_start; in brcmf_notify_sched_scan_results() local
3516 if (e->datalen < (sizeof(*pfn_result) + sizeof(*netinfo))) { in brcmf_notify_sched_scan_results()
3542 if (datalen < result_count * sizeof(*netinfo)) { in brcmf_notify_sched_scan_results()
3556 netinfo = &netinfo_start[i]; in brcmf_notify_sched_scan_results()
3558 if (netinfo->SSID_len > IEEE80211_MAX_SSID_LEN) in brcmf_notify_sched_scan_results()
3559 netinfo->SSID_len = IEEE80211_MAX_SSID_LEN; in brcmf_notify_sched_scan_results()
3561 netinfo->SSID, netinfo->channel); in brcmf_notify_sched_scan_results()
3562 bucket_map |= brcmf_pno_get_bucket_map(cfg->pno, netinfo); in brcmf_notify_sched_scan_results()
3564 netinfo->SSID, in brcmf_notify_sched_scan_results()
3565 netinfo->SSID_len, in brcmf_notify_sched_scan_results()
3566 netinfo->channel); in brcmf_notify_sched_scan_results()
3680 struct brcmf_pno_net_info_le *netinfo; in brcmf_wowl_nd_results() local
3684 if (e->datalen < (sizeof(*pfn_result) + sizeof(*netinfo))) { in brcmf_wowl_nd_results()
3702 netinfo = brcmf_get_netinfo_array(pfn_result); in brcmf_wowl_nd_results()
3703 if (netinfo->SSID_len > IEEE80211_MAX_SSID_LEN) in brcmf_wowl_nd_results()
3704 netinfo->SSID_len = IEEE80211_MAX_SSID_LEN; in brcmf_wowl_nd_results()
3705 memcpy(cfg->wowl.nd->ssid.ssid, netinfo->SSID, netinfo->SSID_len); in brcmf_wowl_nd_results()
3706 cfg->wowl.nd->ssid.ssid_len = netinfo->SSID_len; in brcmf_wowl_nd_results()
3709 ieee80211_channel_to_frequency(netinfo->channel, in brcmf_wowl_nd_results()
3710 netinfo->channel <= CH_MAX_2G_CHANNEL ? in brcmf_wowl_nd_results()