Searched full:passive (Results 1 – 25 of 69) sorted by relevance
123
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 23 bool "Passive scan" 25 Use passive scanning. 82 bool "Use passive mode"
|
D | esp.h | 46 * 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
|
D | esp_socket.c | 162 /* In Passive Receive mode, ESP modem will buffer rx data and make it still
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 43 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/ |
D | openisa,rv32m1-pinctrl.yaml | 65 openisa,passive-filter: 68 Enable passive filter on pin. Sets the PFE field in the PORTx_PCRn register.
|
D | nxp,port-pinctrl.yaml | 76 nxp,passive-filter: 79 Enable passive filter on pin. Sets the PFE field in the PORTx_PCRn register.
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.npcx | 21 and the related passive components are connected.
|
/Zephyr-latest/doc/services/modbus/ |
D | index.rst | 15 server devices. Server devices themselves are passive and must not send
|
/Zephyr-latest/dts/bindings/can/ |
D | can-controller.yaml | 48 Passive CAN transceiver. The child node must be named "can-transceiver".
|
/Zephyr-latest/modules/canopennode/ |
D | CO_driver.c | 508 /* 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/ |
D | test_undirected_central.c | 214 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/ |
D | controller.rst | 85 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.
|
D | shell.rst | 81 transceiver: passive/none 207 in error-passive state.
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig | 65 possible to do active and/or passive scans, as well as associating
|
D | ieee802154_shell.c | 249 } 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/ |
D | tester_rpa_expired.c | 109 /* Start passive scanning */ in start_rpa_scanning()
|
D | tester_rpa_rotation.c | 123 /* Start passive scanning */ in start_scanning()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max14916-gpio.yaml | 19 High-Side Open-Drain Output. READY is passive low when the internal
|
D | adi,max14906-gpio.yaml | 19 High-Side Open-Drain Output. READY is passive low when the internal
|
/Zephyr-latest/samples/drivers/can/counter/src/ |
D | main.c | 125 return "error-passive"; in state_to_str()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 69 can create a *passive scanner* by using the :code:`bt scan passive` command, so the scanner will not
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_mgmt.h | 122 * MLME-SCAN(PASSIVE, ...) request
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan.c | 365 * 0000b - legacy 1M passive 367 * 0010b - Ext. 1M passive 373 * 1000b - Ext. Coded passive
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 800 bool "Forced Passive scan" 803 Enable this configuration to force passive scan on all channels.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/ |
D | ll.c | 317 } else if (!strcmp(argv[1], "passive")) { in cmd_scanx()
|
123