/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 126 scanres = NULL; 194 if (scanres) { 195 scanres->close(); 196 delete scanres; 197 scanres = NULL; 737 if (scanres) { 738 scanres->close(); 739 delete scanres; 742 scanres = new ScanResults(); 743 if (scanres == NULL [all...] |
wpagui.h | 92 ScanResults *scanres; member in class:WpaGui
|
/hardware/ti/wlan/lib/ |
scanmerge.h | 41 scan_result_t scanres; member in struct:SCANMERGE_STRUCT
|
scanmerge.c | 103 (scan_result_t *)(&(((scan_merge_t *)idata)->scanres)); 162 os_memcpy(&(scan_ptr->scanres), res_ptr, sizeof(scan_result_t) + size); 264 copy_scan_res(&(scan_ptr->scanres), res_ptr); 294 res_ptr = scan_dup(&(scan_ptr->scanres)); 301 &(scan_ptr->scanres), sizeof(scan_result_t)); 333 cur_res = (scan_result_t *)&(((scan_merge_t *)(item->data))->scanres);
|
/external/chromium_org/third_party/codesighs/ |
msmap2tsv.c | [all...] |
codesighs.c | 238 int scanRes = 0; 261 scanRes = sscanf(lineBuffer, 270 if(6 == scanRes) [all...] |
maptsvdifftool.c | 387 int scanRes = 0; 408 scanRes = sscanf(theLine, 417 if(6 == scanRes) [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | 81 struct wpa_scan_res *scanres[MAX_SCAN_RESULTS]; member in struct:wpa_driver_test_data [all...] |
/system/netd/ |
BandwidthController.cpp | 774 int scanRes; 783 scanRes = fscanf(fp, "%lld", bytes); 784 ALOGV("Read quota res=%d bytes=%lld", scanRes, *bytes); 786 return scanRes == 1 ? 0 : -1; [all...] |