Lines Matching refs:netinfo

4254 	wl_pfn_net_info_v3_t *netinfo, *pnetinfo;  in wl_cfgscan_update_v3_schedscan_results()  local
4273 pnetinfo = (wl_pfn_net_info_v3_t *)pfn_result->netinfo; in wl_cfgscan_update_v3_schedscan_results()
4310 netinfo = &pnetinfo[i]; in wl_cfgscan_update_v3_schedscan_results()
4320 netinfo->pfnsubnet.SSID_len); in wl_cfgscan_update_v3_schedscan_results()
4325 netinfo->pfnsubnet.u.SSID, ssid_len); in wl_cfgscan_update_v3_schedscan_results()
4328 channel_req = netinfo->pfnsubnet.chanspec; in wl_cfgscan_update_v3_schedscan_results()
4330 wf_chspec_ctlchan(netinfo->pfnsubnet.chanspec), in wl_cfgscan_update_v3_schedscan_results()
4331 CHSPEC_BAND(netinfo->pfnsubnet.chanspec)); in wl_cfgscan_update_v3_schedscan_results()
4333 wl_get_nl80211_band(CHSPEC_BAND(netinfo->pfnsubnet.chanspec)); in wl_cfgscan_update_v3_schedscan_results()
4342 ssid_buf, netinfo->pfnsubnet.chanspec, in wl_cfgscan_update_v3_schedscan_results()
4351 tlv_data->len = netinfo->pfnsubnet.SSID_len; in wl_cfgscan_update_v3_schedscan_results()
4369 &netinfo->RSSI, sizeof(int16)); in wl_cfgscan_update_v3_schedscan_results()
4424 wl_pfn_net_info_v1_t *netinfo, *pnetinfo; in wl_notify_sched_scan_results() local
4459 pnetinfo = pfn_result_v1->netinfo; in wl_notify_sched_scan_results()
4494 netinfo = &pnetinfo[i]; in wl_notify_sched_scan_results()
4496 if (!netinfo) { in wl_notify_sched_scan_results()
4501 if (netinfo->pfnsubnet.SSID_len > DOT11_MAX_SSID_LEN) { in wl_notify_sched_scan_results()
4503 netinfo->pfnsubnet.SSID_len)); in wl_notify_sched_scan_results()
4511 netinfo->pfnsubnet.SSID, netinfo->pfnsubnet.SSID_len); in wl_notify_sched_scan_results()
4512 tmp_buf[netinfo->pfnsubnet.SSID_len] = '\0'; in wl_notify_sched_scan_results()
4514 tmp_buf, netinfo->pfnsubnet.channel)); in wl_notify_sched_scan_results()
4523 ssid[i].ssid_len = netinfo->pfnsubnet.SSID_len; in wl_notify_sched_scan_results()
4528 netinfo->pfnsubnet.SSID, ssid[i].ssid_len); in wl_notify_sched_scan_results()
4531 channel_req = netinfo->pfnsubnet.channel; in wl_notify_sched_scan_results()
4566 &netinfo->RSSI, sizeof(int16)); in wl_notify_sched_scan_results()
4599 pnetinfo_v2 = (wl_pfn_net_info_v2_t *)pfn_result_v2->netinfo; in wl_notify_sched_scan_results()