Searched refs:scan (Results 1 - 25 of 32) sorted by relevance

12

/haiku/src/bin/unzip/
H A Dglobals.c74 int scan=0; local
77 while (threadIdTable[scan] && scan < THREADID_ENTRIES)
78 scan++;
80 if (scan == THREADID_ENTRIES) {
87 threadIdTable [scan] = tid;
88 threadPtrTable[scan] = pG;
89 lastScan = scan;
97 int scan=0; local
101 while (threadIdTable[scan] !
130 int scan=0; local
[all...]
H A Dglobalsf.c70 int scan=0; local
73 while (threadIdTable[scan] && scan < THREADID_ENTRIES)
74 scan++;
76 if (scan == THREADID_ENTRIES) {
83 threadIdTable [scan] = tid;
84 threadPtrTable[scan] = pG;
85 lastScan = scan;
93 int scan=0; local
97 while (threadIdTable[scan] !
126 int scan=0; local
[all...]
/haiku/src/bin/
H A Drescan.c21 char **scan = default_scan; local
32 scan = scan_names = argv;
39 write(fd_dev, scan[scan_index], strlen(scan[scan_index]));
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_input.c486 struct ieee80211_channel *rxchan, struct ieee80211_scanparams *scan)
496 scan->status = 0;
522 return (scan->status = IEEE80211_BPARSE_BADIELEN));
523 memset(scan, 0, sizeof(*scan));
524 scan->tstamp = frm; frm += 8;
525 scan->bintval = le16toh(*(uint16_t *)frm); frm += 2;
526 scan->capinfo = le16toh(*(uint16_t *)frm); frm += 2;
527 scan->bchan = ieee80211_chan2ieee(ic, rxchan);
528 scan
485 ieee80211_parse_beacon(struct ieee80211_node *ni, struct mbuf *m, struct ieee80211_channel *rxchan, struct ieee80211_scanparams *scan) argument
[all...]
H A Dieee80211_scan.c79 * If there's no scan method pointer, attach the
199 const struct ieee80211_scanner *scan)
203 scanners[mode] = scan;
208 const struct ieee80211_scanner *scan)
212 if (scanners[mode] == scan)
217 ieee80211_scanner_unregister_all(const struct ieee80211_scanner *scan) argument
222 if (scanners[m] == scan)
236 const struct ieee80211_scanner *scan)
244 if (ss->ss_vap != vap || ss->ss_ops != scan) {
257 if (ss->ss_ops != scan) {
198 ieee80211_scanner_register(enum ieee80211_opmode mode, const struct ieee80211_scanner *scan) argument
207 ieee80211_scanner_unregister(enum ieee80211_opmode mode, const struct ieee80211_scanner *scan) argument
235 ieee80211_scan_update_locked(struct ieee80211vap *vap, const struct ieee80211_scanner *scan) argument
333 const struct ieee80211_scanner *scan; local
360 const struct ieee80211_scanner *scan; local
437 const struct ieee80211_scanner *scan; local
[all...]
H A Dieee80211_sta.c136 * normal scan.
144 * scan; if we receive a response ic_bmiss_count will
146 * so this avoids the expensive scan if the ap is
178 * confuse them; just drop into scan mode so they'll
188 * we downgrade the ap and scan.
249 ieee80211_cancel_scan(vap); /* background scan */
287 * Initiate a scan. We can come here as a result
290 * and the scan request parameters will be present
313 * to the scan code so it can update state.
314 * Otherwise trigger a new scan unles
1407 struct ieee80211_scanparams scan; local
[all...]
H A Dieee80211_adhoc.c149 ieee80211_cancel_scan(vap); /* background scan */
177 * scan and startup immediately.
185 * Initiate a scan. We can come here as a result
188 * and the scan request parameters will be present
205 * that requires a reset. Trigger a new scan
224 * scan and startup immediately.
730 struct ieee80211_scanparams scan; local
741 if (ieee80211_parse_beacon(ni, m0, rxchan, &scan) != 0)
752 * If scanning, just pass information to the scan module.
767 ieee80211_add_scan(vap, rxchan, &scan, w
[all...]
H A Dieee80211_tdma.c250 * we need to scan even if the channel is locked.
253 ieee80211_cancel_scan(vap); /* background scan */
318 * scan policy; this forces the entry in the scan cache
341 struct ieee80211_scanparams scan; local
344 if (ieee80211_parse_beacon(ni, m0, ic->ic_curchan, &scan) != 0)
346 if (scan.tdma == NULL) {
365 ni = ieee80211_add_neighbor(vap, wh, &scan);
385 memcpy(&ni->ni_tstamp.data, scan.tstamp,
395 (void) tdma_process_params(ni, scan
[all...]
H A Dieee80211_scan_sw.c60 #define ISCAN_INTERRUPT 0x0004 /* interrupt current scan */
61 #define ISCAN_CANCEL 0x0008 /* cancel current scan */
63 #define ISCAN_ABORT 0x0010 /* end the scan immediately */
64 #define ISCAN_RUNNING 0x0020 /* scan was started */
67 unsigned long ss_scanend; /* time scan must stop */
68 u_int ss_duration; /* duration for next scan */
69 struct task ss_scan_start; /* scan start */
70 struct timeout_task ss_scan_curchan; /* scan execution */
76 * scan. This value should be large enough to catch most
94 MALLOC_DEFINE(M_80211_SCAN, "80211scan", "802.1
165 ieee80211_swscan_start_scan_locked(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
241 ieee80211_swscan_start_scan(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
268 ieee80211_swscan_check_scan(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
333 ieee80211_swscan_bg_scan(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags) argument
[all...]
H A Dieee80211_hostap.c173 ieee80211_cancel_scan(vap); /* background scan */
226 * scan and startup immediately.
234 * Initiate a scan. We can come here as a result
237 * and the scan request parameters will be present
253 * A state change requires a reset; scan.
276 * scan and startup immediately.
1771 struct ieee80211_scanparams scan; local
1775 if (ieee80211_parse_beacon(ni, m0, ic->ic_curchan, &scan) &~ IEEE80211_BPARSE_OFFCHAN)
1786 * If scanning, just pass information to the scan module.
1789 if (scan
[all...]
H A Dieee80211_scan_sta.c86 uint8_t se_seen; /* seen during current scan */
94 u_int se_scangen; /* iterator scan gen# */
107 ieee80211_scan_table_lock_t st_lock; /* on scan table */
112 u_int st_scangen; /* scan generation # */
202 * Flush all per-scan state.
217 * Flush all entries in the scan cache.
235 * entry in the scan cache or update any previous entry.
383 /* only issue one notify event per scan */
521 checktable(const struct scanlist *scan, const struct ieee80211_channel *c) argument
525 for (; scan
615 const struct scanlist *scan; local
[all...]
H A Dieee80211_scan.h38 * active scan causes one or more probe request frames to be sent on
40 * scan set to be visited but no frames to be transmitted; the station
47 * A scan operation involves constructing a set of channels to inspect
48 * (the scan set), visiting each channel and collecting information
51 * as possible so we do things like intelligently construct scan sets
52 * and dwell on a channel only as long as necessary. The scan code also
53 * maintains a cache of recent scan results and uses it to bypass scanning
54 * whenever possible. The scan cache is also used to enable roaming
64 * the final station/channel to return as the result of a scan.
68 * scan cach
[all...]
H A Dieee80211_node.c615 const struct ieee80211_scanparams *scan)
621 * If we have no SSID and no scan SSID, return OK.
623 if (vap->iv_des_nssid == 0 && scan->ssid == NULL)
627 * If we have one of (SSID, scan SSID) then return error.
629 if (!! (vap->iv_des_nssid == 0) != !! (scan->ssid == NULL))
633 * Double-check - we need scan SSID.
635 if (scan->ssid == NULL)
639 * Check if the scan SSID matches the SSID list for the VAP.
643 if (vap->iv_des_ssid[i].len != scan->ssid[1])
646 /* Note: SSID in the scan entr
614 ieee80211_ibss_node_check_new(struct ieee80211_node *ni, const struct ieee80211_scanparams *scan) argument
[all...]
/haiku/src/kits/tracker/
H A DRegExp.cpp319 const char* scan; local
368 scan = r->program + 1;
370 if (*Next((char*)scan) == kRegExpEnd) {
372 scan = Operand(scan);
375 if (*scan == kRegExpExactly)
376 r->regstart = *Operand(scan);
377 else if (*scan == kRegExpBol)
389 for (; scan != NULL; scan
868 char* scan; local
1023 const char* scan; // Current node. local
1237 const char* scan; local
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dsbscan.cc38 int streambuf::scan(char const *format ...) function in class:streambuf
H A Disscan.cc29 istream& istream::scan(const char *format ...) function in class:istream
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_lna_div.h56 HAL_BOOL scan; member in struct:if_ath_ant_comb_state
H A Dif_ath_lna_div.c335 antcomb->scan = AH_FALSE;
507 if ((antcomb->scan == 0)
522 if ((antcomb->scan == 0)
532 if ((antcomb->scan == 0)
547 if ((antcomb->scan == 0)
593 if ((antcomb->scan == 0)
608 if ((antcomb->scan == 0)
618 if ((antcomb->scan == 0)
633 if ((antcomb->scan == 0)
770 /* Short scan chec
[all...]
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp420 /* Write data. Luckily, PPM and B_TRANSLATOR_BITMAP both scan from left to
680 int* scan = NULL; local
717 if (!scan) { /* first digit for this value */
720 scan = width;
729 scan = height;
732 scan = max;
737 *scan = 0;
739 *scan = (*scan) * 10 + (ch[0] - '0');
741 if (scan) { /* ar
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c972 * with a SCAN -> RUN transition on scan complete.
1395 struct iwi_notif_scan_complete *scan; local
1407 /* Reset the timer, the scan is still going */
1412 scan = (struct iwi_notif_scan_complete *)(notif + 1);
1414 DPRINTFN(2, ("Scan completed (%u, %u)\n", scan->nchan,
1415 scan->status));
1420 * Monitor mode works by doing a passive scan to set
1422 * to abort a scan lest the firmware crash we scan
1424 * the scan whe
2656 set_scan_type(struct iwi_scan_ext *scan, int ix, int scan_type) argument
2704 struct iwi_scan_ext scan; local
[all...]
/haiku/src/bin/writembr/
H A Dmbr.S233 scan: label
280 jb scan
/haiku/src/apps/bootmanager/
H A Dbootman.S26 %assign SET_CURSOR_SHAPE 0x01 ; ch - starting scan line (5 bits)
27 ; cl - ending scan line (5 bits)
38 ; ch - starting scan line
39 ; cl - ending scan line
89 ; ah - scan code
93 ; ah - scan code
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c46 struct scan { struct
51 int next; /* when to switch to next scan */
69 static void decode_mcus __P((struct in *, int *, int, struct scan *, int *));
135 static struct scan dscans[MAXCOMP];
511 static void decode_mcus(struct in *in, int *dct, int n, struct scan *sc,
/haiku/src/kits/bluetooth/
H A DCommandManager.cpp126 param->scan = scanmode;
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h130 uint8 scan; member in struct:hci_write_scan_enable

Completed in 134 milliseconds

12