HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 126 - 150 of 1464) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_commands.h 293 Desc: This command instructs the WiLink to scan for BSS/IBSSs. The host
294 may perform either an active scan or a passive scan. During an active
295 scan, the WiLink transmits a probe request on the specified channel(s)
296 and then listens for beacon/probe responses. During a passive scan, the
299 completed a scan.
305 0 8 RX filters for Scan (refer to ACXRxConfigStruct)
306 8 2 Scan options (Band select, Voice mode and Scan type = Active/Passive)
308 11 1 Number of Probe requests (used for Active scan)
    [all...]
  /external/icu4c/common/
rbbirpt.txt 55 # start state, scan position is at the beginning of the rules file, or in between two rules.
60 '$' scan-var-name ^assign-or-rule doExprStart
109 '[' scan-unicode-set ^expr-mod
111 '$' scan-var-name ^term-var-ref
190 # the kind of match. Scan the whole {dddd} tag, where d=digit
243 scan-var-name:
244 '$' n scan-var-start doStartVariableName
248 scan-var-start:
249 name_start_char n scan-var-body
252 scan-var-body
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
sme.c 89 /* Create SME scan result table */
93 WLAN_OS_REPORT (("sme_Create: unable to create scan result table. SME creation failed\n"));
129 /* Initialize the scan result table object */
138 * \brief Set default values to the SME (and the SM and scan result table)
140 * Set default values to the SME (and the SM and scan result table)
188 /* register scan conecntrator CB */
206 /* destroy the scan result table */
533 * \brief Callback function from scan concentrator for results and scan complete indications
535 * Callback function from scan concentrator for results and scan complete indication
    [all...]
  /external/qemu/android/utils/
timezone.c 174 compare_timezone_to_localtime( ScanDataRec* scan,
187 if ( st.st_size != scan->localtime_st.st_size ) {
188 D( " size mistmatch (%lld != %lld)\n", st.st_size, scan->localtime_st.st_size );
192 fd1 = open( scan->localtime, O_RDONLY );
194 D(" can't open %s: %s\n", scan->localtime, strerror(errno) );
233 scan_timezone_dir( ScanDataRec* scan,
237 DIR* d = opendir( scan->path );
240 D( "%s: entering '%s\n", __FUNCTION__, scan->path );
250 p = bufprint( p, scan->path_end, "/%s", ent->d_name );
251 if (p >= scan->path_end
381 ScanDataRec scan[1]; local
    [all...]
  /external/bison/src/
Makefile.am 56 scan-gram-c.c \
57 scan-skel-c.c scan-skel.h \
67 EXTRA_bison_SOURCES = scan-skel.l scan-gram.l
69 BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram.h
scan-gram.c 1 #line 2 "scan-gram.c"
3 #line 4 "scan-gram.c"
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverMsr.h 79 * \brief Measurement Scan Modes
82 * enumerates the different scan modes available for beacon measurement
88 /* 0 */ MSR_SCAN_MODE_PASSIVE = 0, /**< Passive Scan Mode */
89 /* 1 */ MSR_SCAN_MODE_ACTIVE, /**< Active Scan Mode */
90 /* 2 */ MSR_SCAN_MODE_BEACON_TABLE, /**< Beacon Table Scan Mode */
91 /* 3 */ MSR_SCAN_MODE_MAX_NUM_OF_SCAN_MODES /**< Max number of Scan Modes */
176 * This structure defines single channel parameters for normal scan operation (inc. triggered)
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverMsr.h 79 * \brief Measurement Scan Modes
82 * enumerates the different scan modes available for beacon measurement
88 /* 0 */ MSR_SCAN_MODE_PASSIVE = 0, /**< Passive Scan Mode */
89 /* 1 */ MSR_SCAN_MODE_ACTIVE, /**< Active Scan Mode */
90 /* 2 */ MSR_SCAN_MODE_BEACON_TABLE, /**< Beacon Table Scan Mode */
91 /* 3 */ MSR_SCAN_MODE_MAX_NUM_OF_SCAN_MODES /**< Max number of Scan Modes */
176 * This structure defines single channel parameters for normal scan operation (inc. triggered)
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 70 TI_HANDLE hScanCncnScanResulTable; /* Scan Cncn table - table used by the application */
91 TI_BOOL bConstantScan; /* scan constantly, for WSC PB mode */
97 TPeriodicScanParams tScanParams; /* temporary storage for scan command */
  /external/jpeg/
jcmaster.c 131 /* Verify that the scan script in cinfo->scan_info[] is valid; also
149 * for progressive JPEG, no scan can have this.
177 /* Components must appear in SOF order within each scan */
192 * out-of-range reconstructed DC values during the first DC scan,
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
216 /* first scan of this coefficient */
220 /* not first scan */
268 /* Set up the scan parameters for the current scan */
274 /* Prepare for current scan --- the script is already validated *
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 68 * \brief Build a start scan command and send it to the FW
70 * Build a start scan command and send it to the FW
73 * \param pScanVals - scan parameters
74 * \param eScanTag - scan tag used for scan complete and result tracking
90 /* Convert general scan data to tnet structure */
100 scan options field is composed of scan type and band selection.
101 First, use the lookup table to convert the scan type
125 TRACE1( pCmdBld->hReport, REPORT_SEVERITY_ERROR, "Invalid scan type:%d\n", pScanVals->scanType)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bmove.c 99 ext2_inode_scan scan; local
102 retval = ext2fs_open_inode_scan(fs, 0, &scan);
131 retval = ext2fs_get_next_inode(scan, &ino, &inode);
154 retval = ext2fs_get_next_inode(scan, &ino, &inode);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
MobileApple80211.h 24 /* parameters can be NULL; returns scan results in CFArrayRef *list;
  /hardware/ti/wlan/lib/
scanmerge.c 43 Routine Description: Inits scan merge list
56 Routine Description: Frees scan structure private data
68 Routine Description: Cleans scan merge list
92 Routine Description: Compares bssid of scan result and scan merge structure
94 val - pointer to scan result structure
95 idata - pointer to scan merge structure
126 Routine Description: copies scan result structure to scan merge list item
128 dst - pointer to scan result structure in the lis
    [all...]
  /system/wlan/ti/lib/
scanmerge.c 43 Routine Description: Inits scan merge list
56 Routine Description: Frees scan structure private data
68 Routine Description: Cleans scan merge list
92 Routine Description: Compares bssid of scan result and scan merge structure
94 val - pointer to scan result structure
95 idata - pointer to scan merge structure
126 Routine Description: copies scan result structure to scan merge list item
128 dst - pointer to scan result structure in the lis
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.h 51 /** current scan x-coordinate */
54 /** current scan y-coordinate */
102 /** original scan region */
105 /** current scan region */
161 /** total scan positions at current scale */
164 /** current scan index */
192 /** Specifies a (sub-) scan region
220 /** resets scan position at current scale level */
235 /** goes to next scan position */
238 /** goes to scan position (integer coordinate numbers) *
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/
Atari.patches 32 condition lists ! If you add an trailing space to line 68 in scan.l
40 This bug can either be fixed in parse.y or in scan.l . I have chosen the
53 covered by the rules. (scan.l fprintf statement line 129,...)
58 This is done everywhere besides the YY_INPUT macro (flex.skel (scan.c),
70 "/*" -> '/','*' within a comment in (scan.l, l.209)
85 I didn't add a new initscan.c (= flex -ist scan.l). The current one is good
87 rebuild your own scan.c and the final flex version !
101 flex -is scan.l 1'49" 43" 30"
106 to chmem =90000 flex to get scan.l converted to scan.c . But I never sa
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 290 # Copy initscan.c to scan.c to make your first executable. After that,
367 scan.c sym.c tblcmp.c yylex.c skel.c
396 scan.c: scan.l
397 $(FLEX) $(FLEX_FLAGS) scan.l >scan.tmp
398 sed s,\"$(srcdir)/scan.l\",\"scan.l\", <scan.tmp >scan.
    [all...]
  /external/bison/
Android.mk 63 src/scan-gram-c.c \
64 src/scan-skel-c.c \
  /external/bluetooth/glib/docs/reference/glib/tmpl/
types.sgml 142 To print or scan values of this type, use
153 To print or scan values of this type, use
164 To print or scan values of this type, use
175 To print or scan values of this type, use
197 To print or scan values of this type, use
208 To print or scan values of this type, use
253 To print or scan values of this type, use
263 To print or scan values of this type, use
  /external/junit/src/junit/swingui/
DefaultFailureDetailView.java 38 scan(trace);
47 private void scan(String trace) { method in class:DefaultFailureDetailView.StackTraceListModel
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
build.com 77 $ 'COPY' initscan.c scan.c !make.bootstrap
106 $ 'CC' 'CFLAGS' 'CDEFS' /Include=[] scan.c
137 nfa.obj,parse.obj,scan.obj,skel.obj,sym.obj,tblcmp.obj,yylex.obj,-
146 $ mcr sys$disk:[]flex.exe -t -p scan.l > scan.chk
147 $ diff_/Output=_NL:/Maximum_Diff=1 scan.c scan.chk
150 $ 'REMOVE' scan.chk;*
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.ui 16 <string>Scan results</string>
108 <string>Scan</string>
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 782 int scan = ip + 1; local
798 int scan = ip + 1; local
812 int scan = ip + 4 - (ip & 3); \/\/ eat padding local
850 int scan = ip + 4 - (ip & 3); \/\/ eat padding local
884 int scan = ip + 1; local
899 int scan = ip + 1; local
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_event_mbox.h 179 uint8 scanTag; /* Tag of scan */
181 uint32 scheduledScanStatus; /* [0-7] scan completed status, [8-23] Attended Channels map, [24-31] reserved. */
203 scanCompleteResults_t scanCompleteResults; /* Scan complete results (counter and scan tag) */
205 uint16 scheduledScanAttendedChannels; /* Channels scanned by the Scheduled Scan. */
221 uint8 scheduledScanStatus; /* Status of scheduled scan. Refer to */

Completed in 282 milliseconds

1 2 3 4 56 7 8 91011>>