Home
last modified time | relevance | path

Searched full:passive (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-latest/drivers/wifi/esp_at/
DKconfig.esp_at23 bool "Passive scan"
25 Use passive scanning.
82 bool "Use passive mode"
Desp.h46 * Passive mode differs a bit between firmware versions and the macro
48 * passive mode. For AT version 1.7 passive mode only affects TCP but in AT
Desp_socket.c162 /* In Passive Receive mode, ESP modem will buffer rx data and make it still
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig43 bool "Force passive Wi-Fi scanning"
45 Always request a passive scan, regardless of the user supplied parameters.
47 RF transmissions. This doesn't guarantee that passive scan will be used,
/Zephyr-latest/dts/bindings/pinctrl/
Dopenisa,rv32m1-pinctrl.yaml65 openisa,passive-filter:
68 Enable passive filter on pin. Sets the PFE field in the PORTx_PCRn register.
Dnxp,port-pinctrl.yaml76 nxp,passive-filter:
79 Enable passive filter on pin. Sets the PFE field in the PORTx_PCRn register.
/Zephyr-latest/drivers/clock_control/
DKconfig.npcx21 and the related passive components are connected.
/Zephyr-latest/doc/services/modbus/
Dindex.rst15 server devices. Server devices themselves are passive and must not send
/Zephyr-latest/dts/bindings/can/
Dcan-controller.yaml48 Passive CAN transceiver. The child node must be named "can-transceiver".
/Zephyr-latest/modules/canopennode/
DCO_driver.c508 /* Bus rx passive */ in CO_CANverifyErrors()
512 /* Bus not rx passive */ in CO_CANverifyErrors()
519 /* Bus tx passive */ in CO_CANverifyErrors()
523 /* Bus not tx passive */ in CO_CANverifyErrors()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_central.c214 LOG_DBG("Using %s scan", use_active_scan ? "active" : "passive"); in start_scan()
309 sim_id, use_active_scan ? "active" : "passive", connection_test ? "" : "non-", in test_central_main()
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst85 Error-frames can either be error passive or error active, depending on the state
94 * Error-passive
101 the node changes to error-passive state.
Dshell.rst81 transceiver: passive/none
207 in error-passive state.
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig65 possible to do active and/or passive scans, as well as associating
Dieee802154_shell.c249 } else if (!strcmp(argv[1], "passive")) { in cmd_ieee802154_scan()
272 "Active" : "Passive", params.channel_set, in cmd_ieee802154_scan()
650 "<passive|active> <channels set n[:m:...]:x|all>"
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dtester_rpa_expired.c109 /* Start passive scanning */ in start_rpa_scanning()
Dtester_rpa_rotation.c123 /* Start passive scanning */ in start_scanning()
/Zephyr-latest/dts/bindings/gpio/
Dadi,max14916-gpio.yaml19 High-Side Open-Drain Output. READY is passive low when the internal
Dadi,max14906-gpio.yaml19 High-Side Open-Drain Output. READY is passive low when the internal
/Zephyr-latest/samples/drivers/can/counter/src/
Dmain.c125 return "error-passive"; in state_to_str()
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst69 can create a *passive scanner* by using the :code:`bt scan passive` command, so the scanner will not
/Zephyr-latest/include/zephyr/net/
Dieee802154_mgmt.h122 * MLME-SCAN(PASSIVE, ...) request
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan.c365 * 0000b - legacy 1M passive
367 * 0010b - Ext. 1M passive
373 * 1000b - Ext. Coded passive
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi800 bool "Forced Passive scan"
803 Enable this configuration to force passive scan on all channels.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/
Dll.c317 } else if (!strcmp(argv[1], "passive")) { in cmd_scanx()

123