Lines Matching refs:pnetinfo_v2
4317 wl_pfn_net_info_v2_t *pnetinfo_v2; in dhd_handle_hotlist_scan_evt() local
4398 pnetinfo_v2 = (wl_pfn_net_info_v2_t*)&results_v2->netinfo[0]; in dhd_handle_hotlist_scan_evt()
4433 for (i = 0; i < fwcount; i++, pnetinfo_v2++) { in dhd_handle_hotlist_scan_evt()
4437 wf_channel2mhz(pnetinfo_v2->pfnsubnet.channel, in dhd_handle_hotlist_scan_evt()
4438 (pnetinfo_v2->pfnsubnet.channel <= CH_MAX_2G_CHANNEL? in dhd_handle_hotlist_scan_evt()
4440 hotlist_found_array->rssi = (int32) pnetinfo_v2->RSSI; in dhd_handle_hotlist_scan_evt()
4444 (pnetinfo_v2->timestamp * 1000)); in dhd_handle_hotlist_scan_evt()
4445 if (pnetinfo_v2->pfnsubnet.SSID_len > DOT11_MAX_SSID_LEN) { in dhd_handle_hotlist_scan_evt()
4447 pnetinfo_v2->pfnsubnet.SSID_len)); in dhd_handle_hotlist_scan_evt()
4448 pnetinfo_v2->pfnsubnet.SSID_len = DOT11_MAX_SSID_LEN; in dhd_handle_hotlist_scan_evt()
4451 pnetinfo_v2->pfnsubnet.u.SSID, pnetinfo_v2->pfnsubnet.SSID_len); in dhd_handle_hotlist_scan_evt()
4452 hotlist_found_array->ssid[pnetinfo_v2->pfnsubnet.SSID_len] = '\0'; in dhd_handle_hotlist_scan_evt()
4455 &pnetinfo_v2->pfnsubnet.BSSID, ETHER_ADDR_LEN); in dhd_handle_hotlist_scan_evt()