HomeSort by relevance Sort by last modified time
    Searched full:passive (Results 51 - 75 of 355) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ipsec-tools/src/racoon/
cfparse.h 144 PASSIVE = 360,
309 #define PASSIVE 360
remoteconf.h 87 int passive; /* never initiate */ member in struct:remoteconf
remoteconf.c 186 new->passive = FALSE;
576 s_switch (p->passive));
  /external/tcpdump/
configure.in 392 int passive, gaierr, inet4 = 0, inet6 = 0;
396 for (passive = 0; passive <= 1; passive++) {
399 hints.ai_flags = passive ? AI_PASSIVE : 0;
419 if (passive) {
434 if (passive) {
print-ntp.c 58 { MODE_SYM_PAS, "symmetric passive" },
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
Camera2Focuser.java 128 * Begin by always being in passive auto focus.
202 * resume to passive continuous auto focus.
  /external/libpcap/
pcap-libdlpi.c 110 * Enable Solaris raw and passive DLPI extensions;
112 * passive mode. See dlpi(7P) for details.
README.dag 3 want libpcap to support the DAG range of passive network monitoring cards from
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 107 /* Set passive dwell time (default is 250) */
170 /* Set passive dwell time (default is 250) */
  /external/ppp/pppd/
lcp.h 89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
  /external/selinux/policycoreutils/setfiles/
setfiles.8 57 don't change any file labels (passive check).
  /frameworks/base/location/java/android/location/
LocationProvider.java 88 // passive provider never matches
  /system/core/libcutils/
qtaguid.c 34 static const char *GLOBAL_PACIFIER_PARAM = "/sys/module/xt_qtaguid/parameters/passive";
  /external/libnfc-nxp/src/
phHciNfc_NfcIPMgmt.c 788 - 0x00: Passive mode
    [all...]
  /system/bt/stack/include/
hcidefs.h 427 /* Passive Scan state is supported. 0x0000000000000010 */
447 /* Non Connectable Adv state and Passive Scanning State combination is supported. 0x0000000000000100 */
452 /*Scannable Adv state and Passive Scanning State combination is supported. 0x0000000000000200 */
457 /*Connectable Adv state and Passive Scanning State combination is supported. 0x0000000000000400 */
462 /*High Duty Cycl Directed ADv and Passive Scanning State combination is supported. 0x0000000000000800 */
467 /*Non Connectable Adv state and Passive Scanning State combination is supported. 0x0000000000001000 */
517 /*Passive Scan and Initiating State combination is supported. 0x000000000400000 */
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 118 * if true, scan this channel in passive fashion.
122 public boolean passive; /* ignored on DFS channels */ field in class:WifiScanner.ChannelSpec
134 passive = false;
191 dest.writeInt(channels[i].passive ? 1 : 0);
216 spec.passive = in.readInt() == 1;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 163 private PassiveProvider mPassiveProvider; // track passive provider for special cases
426 // create a passive location provider, which is always enabled
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 100 int passive; // 0 => active, 1 => passive scan; ignored for DFS member in struct:__anon24936
  /system/bt/stack/btm/
btm_ble_bgconn.c 491 /* use passive scan by default */
515 BTM_TRACE_ERROR("peripheral device cannot initiate passive scan for a selective connection");
  /device/asus/flo/
WCNSS_qcom_cfg.ini 205 #passive scan to find out the domain
  /external/iproute2/ip/
iplink_can.c 190 [CAN_STATE_ERROR_PASSIVE] = "ERROR-PASSIVE",
  /external/kernel-headers/original/uapi/linux/
nfc.h 140 * @NFC_ATTR_COMM_MODE: Passive or active mode
  /external/toybox/toys/pending/
ftpget.c 155 //vsftpd reply like:- "227 Entering Passive Mode (125,19,39,117,43,39)".
  /external/wpa_supplicant_8/src/utils/
radiotap.h 222 #define IEEE80211_CHAN_PASSIVE 0x0200 /* Only passive scan allowed */
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyFocusStateMapper.java 109 // Passive AF Scanning

Completed in 374 milliseconds

1 23 4 5 6 7 8 91011>>