HomeSort by relevance Sort by last modified time
    Searched refs:scan (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_osx.m 184 "scan results", (int) info->ssid_len);
427 .scan = wpa_driver_osx_scan,
driver.h 35 * struct wpa_scan_result - Scan results (old structure)
54 * This structure is used as a generic format for scan results from the
56 * the driver or OS specific scan results into this format.
58 * This structure is the old data structure used for scan results. It is
85 * struct wpa_scan_res - Scan result for an BSS/IBSS
96 * This structure is used as a generic format for scan results from the
98 * the driver or OS specific scan results into this format.
119 * struct wpa_scan_results - Scan results
120 * @res: Array of pointers to allocated variable length scan result entries
121 * @num: Number of entries in the scan result arra
573 int (*scan)(void *priv, const u8 *ssid, size_t ssid_len); member in struct:wpa_driver_ops
    [all...]
driver_atmel.c 500 .scan = wpa_driver_atmel_scan,
driver_ndiswrapper.c 364 .scan = wpa_ndiswrapper_scan,
driver_prism54.c 373 .scan = wpa_driver_prism54_scan,
driver_hostap.c 377 * might not support Host AP specific scan request (with SSID
391 /* Not all drivers generate "scan completed" wireless event, so try to
504 .scan = wpa_driver_hostap_scan,
driver_ipw.c 454 .scan = wpa_driver_ipw_scan,
driver_madwifi.c 435 /* set desired ssid before scan */
436 /* FIX: scan should not break the current association, so using
447 * madwifi delivers a scan complete event so no need to poll, but
593 .scan = wpa_driver_madwifi_scan,
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/jpeg/
jdapistd.c 69 /* jdmaster underestimated number of scans; ratchet up one scan */
291 index->scan[0].offset[iMCU_row_offset][offset_data_col_position];
355 /* Limit scan number to valid range */
  /external/wpa_supplicant/
driver_atmel.c 503 .scan = wpa_driver_atmel_scan,
driver_ndiswrapper.c 366 .scan = wpa_ndiswrapper_scan,
driver_prism54.c 376 .scan = wpa_driver_prism54_scan,
driver_hostap.c 379 * might not support Host AP specific scan request (with SSID
393 /* Not all drivers generate "scan completed" wireless event, so try to
508 .scan = wpa_driver_hostap_scan,
driver_ipw.c 458 .scan = wpa_driver_ipw_scan,
driver_madwifi.c 425 /* set desired ssid before scan */
426 /* FIX: scan should not break the current association, so using
437 * madwifi delivers a scan complete event so no need to poll, but
560 .scan = wpa_driver_madwifi_scan,
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 106 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
123 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan()));
712 void WpaGui::scan() function in class:WpaGui
1294 scanAction = new QAction("Scan &Results", this);
1297 connect(scanAction, SIGNAL(triggered()), this, SLOT(scan()));
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 107 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
124 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan()));
749 void WpaGui::scan() function in class:WpaGui
1312 scanAction = new QAction(tr("Scan &Results"), this);
1315 connect(scanAction, SIGNAL(triggered()), this, SLOT(scan()));
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 136 scan: for (a = 0; a < args.length; )
298 break scan; local
306 break scan; // TODO: could use the current value of 'a' for a better error message local
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 1160 ext2_inode_scan scan = NULL; local
1166 retval = ext2fs_open_inode_scan(fs, 0, &scan);
1171 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1222 * We need to scan for inode and block bitmaps that may need to be
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 161 * Helper function used to scan for <meta>/<link> tags and extract information
522 # Found the AX attributes, so no need to scan for SREG.
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 136 subroutines = scanner.scan(method);
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 497 void WpaGui::scan() function in class:WpaGui

Completed in 900 milliseconds

1 2 3 45 6 7 8