Home
last modified time | relevance | path

Searched refs:scanning (Results 1 – 25 of 80) sorted by relevance

1234

/external/wpa_supplicant_6/wpa_supplicant/
Dscan.c284 int scanning) in wpa_supplicant_notify_scanning() argument
286 if (wpa_s->scanning != scanning) { in wpa_supplicant_notify_scanning()
287 wpa_s->scanning = scanning; in wpa_supplicant_notify_scanning()
Dctrl_iface_dbus.c761 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; in wpa_supplicant_dbus_notify_scanning() local
788 DBUS_TYPE_BOOLEAN, &scanning, in wpa_supplicant_dbus_notify_scanning()
Dwpa_supplicant.conf.orig86 # AP scanning/selection
87 # By default, wpa_supplicant requests driver to perform AP scanning and then
89 # allow the driver to take care of AP scanning and selection and use
92 # 1: wpa_supplicant initiates scanning and AP selection
93 # 0: driver takes care of scanning, AP selection, and IEEE 802.11 association
225 # this will add latency to scanning, so enable this only when needed)
238 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
239 # using this priority to select the order for scanning. Instead, they try the
518 # Same as previous, but request SSID-specific scanning (for APs that reject
Dwpa_supplicant_i.h329 int scanning; member
423 int scanning);
Dctrl_iface_dbus_handlers.c1351 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; in wpas_dbus_iface_get_scanning() local
1355 dbus_message_append_args(reply, DBUS_TYPE_BOOLEAN, &scanning, in wpas_dbus_iface_get_scanning()
/external/icu4c/common/
Drbbirpt.txt118 # term-var-ref We've just finished scanning a reference to a $variable.
120 # The variable name scanning is in common with assignment statements,
127 # expr-mod We've just finished scanning a term, now look for the optional
189 # tags scanning a '{', the opening delimiter for a tag that identifies
236 # to go to after completion of the variable name scanning.
283 # scanning does a return.
/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c552 int scanning) in wpa_supplicant_notify_scanning() argument
554 if (wpa_s->scanning != scanning) { in wpa_supplicant_notify_scanning()
555 wpa_s->scanning = scanning; in wpa_supplicant_notify_scanning()
Dscan.h22 int scanning);
Dwpa_supplicant.conf.orig86 # AP scanning/selection
87 # By default, wpa_supplicant requests driver to perform AP scanning and then
89 # allow the driver to take care of AP scanning and selection and use
92 # 1: wpa_supplicant initiates scanning and AP selection; if no APs matching to
95 # 0: driver takes care of scanning, AP selection, and IEEE 802.11 association
255 # this will add latency to scanning, so enable this only when needed)
268 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
269 # using this priority to select the order for scanning. Instead, they try the
292 # be used to optimize scanning to not occur on channels that the network does
570 # Same as previous, but request SSID-specific scanning (for APs that reject
Dwpa_supplicant_i.h399 int scanning; member
/external/chromium/chrome/browser/resources/chromeos/
Dchoose_mobile_network.css1 .scanning-msg {
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old.c478 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; in wpa_supplicant_dbus_notify_scanning() local
494 DBUS_TYPE_BOOLEAN, &scanning, in wpa_supplicant_dbus_notify_scanning()
Ddbus_old_handlers.c1294 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; in wpas_dbus_iface_get_scanning() local
1298 dbus_message_append_args(reply, DBUS_TYPE_BOOLEAN, &scanning, in wpas_dbus_iface_get_scanning()
/external/webkit/Tools/android/flex-2.5.4a/
DNEWS7 scanning strings using exclusive start conditions works.
72 - A bug in destructing a FlexLexer object before doing any scanning
179 to C++ scanning objects via the new member function
198 yyclass="<name>" set the name of the C++ scanning class
219 buffer) for scanning the given string, which occurs starting
225 creates a buffer for scanning "len" bytes (including possibly NUL's)
230 the contents of the buffer it is scanning.) You can avoid the
237 YY_END_OF_BUFFER_CHAR (these bytes are not scanned; thus, scanning
321 can be used to control whether the current buffer's scanning
390 - When generating a C++ scanning class, you can now use
[all …]
Dflex.skl206 * (via yyrestart()), so that the user can continue scanning by
530 /* We're scanning a new file or input source. It's
645 } /* end of scanning one token */
736 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_unittest_helper.mm9 // A helper function for scanning an array of buttons looking for the
/external/wpa_supplicant/
Dwpa_supplicant.conf.orig86 # AP scanning/selection
87 # By default, wpa_supplicant requests driver to perform AP scanning and then
89 # allow the driver to take care of AP scanning and selection and use
92 # 1: wpa_supplicant initiates scanning and AP selection
93 # 0: driver takes care of scanning, AP selection, and IEEE 802.11 association
169 # this will add latency to scanning, so enable this only when needed)
182 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
183 # using this priority to select the order for scanning. Instead, they try the
446 # Same as previous, but request SSID-specific scanning (for APs that reject
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info354 scanning routine and (after the declarations) code which is to be
355 executed whenever the scanning routine is entered. Other indented or
610 advantage of using `%pointer' is substantially faster scanning and no
862 scanning routine `yylex()', a number of tables used by it for matching
877 to give the scanning routine the name `lexscan', returning a float,
879 the scanning routine using a K&R-style/non-prototyped function
889 scanning continues from that file), or `yyrestart()' is called.
892 and initializes `yyin' for scanning from that file. Essentially there
896 input files in the middle of scanning. It can also be used to throw
902 If `yylex()' stops scanning due to executing a `return' statement in
[all …]
Dflex.texi458 which are local to the scanning routine and (after the
460 scanning routine is entered. Other indented or %@{@} text
739 scanning and no buffer overflow when matching very large
1041 the scanning routine @samp{yylex()}, a number of tables used by
1061 to give the scanning routine the name @code{lexscan}, returning a
1063 you give arguments to the scanning routine using a
1075 scanning continues from that file), or @samp{yyrestart()} is called.
1078 other than @code{yyin}), and initializes @code{yyin} for scanning from
1083 middle of scanning. It can also be used to throw away the current
1090 If @samp{yylex()} stops scanning due to executing a @code{return}
[all …]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man343 are local to the scanning routine and (after the declara-
344 tions) code which is to be executed whenever the scanning
629 %pointer is substantially faster scanning and no buffer
967 scanning routine yylex(), a number of tables used by it for
983 to give the scanning routine the name lexscan, returning a
999 give arguments to the scanning routine using a K&R-
1011 (in which case scanning continues from that file), or yyres-
1015 scanning from that file. Essentially there is no difference
1019 used to switch input files in the middle of scanning. It
1026 If yylex() stops scanning due to executing a return state-
[all …]
/external/netcat/
Dnetcat.blurb14 Built-in port-scanning capabilities, with randomizer
DREADME55 Built-in port-scanning capabilities, with randomizer
135 behavior -- see details below about port-scanning.
228 Port-scanning is a popular method for exploring what's out there. Netcat
242 limited probe data to a UDP connection, and is thus useful as a fast scanning
243 mode just to see what ports the target is listening on. To limit scanning
245 some pitfalls with regard to UDP scanning, described later, but in general it
248 For each range of ports specified, scanning is normally done downward within
249 that range. If the -r switch is used, scanning hops randomly around within
253 prevents netcat from exhibiting any kind of regular pattern in its scanning.
320 A scanning example: "echo QUIT | nc -v -w 5 target 20-250 500-600 5990-7000"
[all …]
/external/webkit/Source/WebKit/gtk/docs/
DGNUmakefile.am48 # Header files to ignore when scanning.
/external/bluetooth/bluez/
DTODO57 allow application to request/register the wanted scanning/connection
81 - Privacy: When privacy is enabled in the adapter, LE scanning/connection
/external/icu4c/i18n/
Dregexcst.txt83 # expr-quant We've just finished scanning a term, now look for the optional
209 # Interval scanning a '{', the opening delimiter for an interval specification

1234