Lines Matching refs:pnetinfo
4238 wl_pfn_net_info_v3_t *pnetinfo = (wl_pfn_net_info_v3_t*)&pfn_result->netinfo[0]; in dhd_pno_update_hotlist_v3_results() local
4273 for (i = 0; i < pfn_result->count; i++, pnetinfo++) { in dhd_pno_update_hotlist_v3_results()
4278 CHSPEC_CHANNEL(pnetinfo->pfnsubnet.chanspec), in dhd_pno_update_hotlist_v3_results()
4279 CHSPEC_BAND(pnetinfo->pfnsubnet.chanspec)); in dhd_pno_update_hotlist_v3_results()
4280 hotlist_found_array->rssi = (int32) pnetinfo->RSSI; in dhd_pno_update_hotlist_v3_results()
4284 (pnetinfo->timestamp * 1000)); in dhd_pno_update_hotlist_v3_results()
4285 if (pnetinfo->pfnsubnet.SSID_len > DOT11_MAX_SSID_LEN) { in dhd_pno_update_hotlist_v3_results()
4287 pnetinfo->pfnsubnet.SSID_len)); in dhd_pno_update_hotlist_v3_results()
4288 pnetinfo->pfnsubnet.SSID_len = DOT11_MAX_SSID_LEN; in dhd_pno_update_hotlist_v3_results()
4291 pnetinfo->pfnsubnet.u.SSID, pnetinfo->pfnsubnet.SSID_len); in dhd_pno_update_hotlist_v3_results()
4292 hotlist_found_array->ssid[pnetinfo->pfnsubnet.SSID_len] = '\0'; in dhd_pno_update_hotlist_v3_results()
4295 &pnetinfo->pfnsubnet.BSSID, ETHER_ADDR_LEN); in dhd_pno_update_hotlist_v3_results()
4316 wl_pfn_net_info_v1_t *pnetinfo; in dhd_handle_hotlist_scan_evt() local
4334 pnetinfo = &results_v1->netinfo[0]; in dhd_handle_hotlist_scan_evt()
4368 for (i = 0; i < fwcount; i++, pnetinfo++) { in dhd_handle_hotlist_scan_evt()
4371 hotlist_found_array->channel = wf_channel2mhz(pnetinfo->pfnsubnet.channel, in dhd_handle_hotlist_scan_evt()
4372 (pnetinfo->pfnsubnet.channel <= CH_MAX_2G_CHANNEL? in dhd_handle_hotlist_scan_evt()
4374 hotlist_found_array->rssi = (int32) pnetinfo->RSSI; in dhd_handle_hotlist_scan_evt()
4378 (pnetinfo->timestamp * 1000)); in dhd_handle_hotlist_scan_evt()
4379 if (pnetinfo->pfnsubnet.SSID_len > DOT11_MAX_SSID_LEN) { in dhd_handle_hotlist_scan_evt()
4381 pnetinfo->pfnsubnet.SSID_len)); in dhd_handle_hotlist_scan_evt()
4382 pnetinfo->pfnsubnet.SSID_len = DOT11_MAX_SSID_LEN; in dhd_handle_hotlist_scan_evt()
4385 pnetinfo->pfnsubnet.SSID, pnetinfo->pfnsubnet.SSID_len); in dhd_handle_hotlist_scan_evt()
4386 hotlist_found_array->ssid[pnetinfo->pfnsubnet.SSID_len] = '\0'; in dhd_handle_hotlist_scan_evt()
4389 &pnetinfo->pfnsubnet.BSSID, ETHER_ADDR_LEN); in dhd_handle_hotlist_scan_evt()