HomeSort by relevance Sort by last modified time
    Searched full:scanres (Results 1 - 7 of 7) sorted by null

  /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
  /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 80 struct wpa_scan_res *scanres[MAX_SCAN_RESULTS]; member in struct:wpa_driver_test_data
    [all...]
  /system/netd/server/
BandwidthController.cpp 783 int scanRes;
795 scanRes = fscanf(fp, "%" SCNd64, bytes);
796 ALOGV("Read quota res=%d bytes=%" PRId64, scanRes, *bytes);
798 return scanRes == 1 ? 0 : -1;
    [all...]

Completed in 249 milliseconds