/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus.c | 543 else if (!strcmp(method, "scanning")) 750 * wpa_supplicant_dbus_notify_scanning - send scanning status 754 * Notify listeners of interface scanning state changes 761 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local 773 "can't send scanning signal.", __FUNCTION__); 777 "Scanning"); 788 DBUS_TYPE_BOOLEAN, &scanning, [all...] |
config.h | 71 * ap_scan - AP scanning/selection 74 * scanning and then uses the scan results to select a 76 * take care of AP scanning and selection and use 80 * 1: wpa_supplicant initiates scanning and AP selection (default). 82 * 0: Driver takes care of scanning, AP selection, and IEEE 802.11
|
ctrl_iface_dbus_handlers.c | 1351 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
defs.h | 124 * WPA_SCANNING - Scanning for a network 126 * This state is entered when wpa_supplicant starts scanning for a
|
/external/icu4c/i18n/ |
regexcst.txt | 83 # expr-quant We've just finished scanning a term, now look for the optional 179 # quant-star Scanning a '*' quantifier. Need to look ahead to decide 189 # quant-plus Scanning a '+' quantifier. Need to look ahead to decide 199 # quant-opt Scanning a '?' quantifier. Need to look ahead to decide 209 # Interval scanning a '{', the opening delimiter for an interval specification
|
ucol_elm.h | 47 * table. The table will be compacted after scanning all the
|
regexcmp.h | 125 // Data associated with low level character scanning 214 // Constant values to be pushed onto fSetOpStack while scanning & evalueating [set expressions]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
NEWS | 7 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 us [all...] |
flex.1 | 325 which are local to the scanning routine and (after the declarations) 326 code which is to be executed whenever the scanning routine is entered. 612 is substantially faster scanning and no buffer overflow when matching 1003 which contains the scanning routine 1025 to give the scanning routine the name 1028 if you give arguments to the scanning routine using a 1045 is pointed at a new input file (in which case scanning continues from 1058 for scanning from that file. Essentially there is no difference between 1066 and because it can be used to switch input files in the middle of scanning. 1083 stops scanning due to executing [all...] |
/external/bison/src/ |
scan-gram.l | 191 | Scanning white space. | 215 | Scanning Bison directives. | 332 | Scanning after an identifier, checking whether a colon is next. | 359 | Scanning a Yacc comment. The initial `/ *' is already eaten. | 371 | Scanning a C comment. The initial `/ *' is already eaten. | 382 | Scanning a line comment. The initial `//' is already eaten. | 394 | Scanning a Bison string, including its escapes. | 413 | Scanning a Bison character literal, decoding its escapes. | 499 | Scanning user-code characters and strings. | 555 | Scanning after %union etc., possibly followed by white space. [all...] |
/external/wpa_supplicant/ |
wpa_supplicant.conf | 86 # 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
|
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 38 * <tr><td><code>SCANNING</code></td><td><code>CONNECTING</code></td></tr> 61 SCANNING, 90 stateMap.put(DetailedState.SCANNING, State.DISCONNECTED);
|
/dalvik/vm/alloc/ |
GC.h | 79 * Functions that handle scanning various objects for references.
|
/external/bluetooth/glib/gio/inotify/ |
inotify-missing.c | 109 IM_W ("scanning missing list with %d items\n", g_list_length (missing_sub_list));
|
/external/opencore/doc/oscl_html/ |
oscl__string__utf8_8h.html | 19 <tr><td> </td><td><font size=-1><em>Check if the input string contains any illegal UTF-8 character. The function scans the string and validate that each character is a valid utf-8. It stops at the first NULL character, invalid character or the max_byte value. The string is valid if and only if every character is a valid utf-8 character and the scanning stopped on a character boundary.</em> <a href="group__osclutil.html#a40"></a><em></em></font><br><br></td></tr>
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageDecoder.cpp | 76 // FIXME: Scanning all the data has O(n^2) behavior if the data were to come in really 157 // unless it's |end|, and keep scanning. For any other disposal method, 158 // stop scanning, as we've found the frame initFrameBuffer() will need 162 // scanning, as we'll only need this frame when decoding the next one.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DataConnectionTracker.java | 43 * SCANNING: data connection fails with one apn but other apns are available 52 * INITING or CONNECTING or SCANNING: CONNECTING 59 SCANNING, 214 case SCANNING: return "SCAN";
|
/packages/apps/Settings/res/values/ |
arrays.xml | 181 <!-- Status message of Wi-Fi when it is scanning. --> 182 <item>Scanning\u2026</item> 206 <!-- Status message of Wi-Fi when it is scanning. --> 207 <item>Scanning\u2026</item>
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
flex.info | 354 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 [all...] |
flex.texi | 458 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 [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
PowerProfile.java | 55 * Power consumption when WiFi driver is scanning for networks. 102 public static final String POWER_RADIO_SCANNING = "radio.scanning";
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiInfo.java | 41 stateMap.put(SupplicantState.SCANNING, DetailedState.SCANNING);
|
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
TWDriverScan.h | 202 TI_UINT32 scanDuration; /**< Length of time to start scanning the channel (TSF lower 4 bytes) */ 203 TI_UINT32 scanStartTime; /**< Exact time to start scanning the channel (TSF lower 4 bytes) */
|
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
TWDriverScan.h | 203 TI_UINT32 scanDuration; /**< Length of time to start scanning the channel (TSF lower 4 bytes) */ 204 TI_UINT32 scanStartTime; /**< Exact time to start scanning the channel (TSF lower 4 bytes) */
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
flex.man | 343 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 [all...] |