Home
last modified time | relevance | path

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

123

/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/wifi/esp_at/
DKconfig.esp_at22 bool "Passive scan"
24 Use passive scanning.
81 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
/Zephyr-Core-3.5.0/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,kinetis-pinctrl.yaml75 nxp,passive-filter:
78 Enable passive filter on pin. Sets the PFE field in the PORTx_PCRn register.
/Zephyr-Core-3.5.0/drivers/clock_control/
DKconfig.npcx20 and the related passive components are connected.
/Zephyr-Core-3.5.0/doc/services/modbus/
Dindex.rst15 server devices. Server devices themselves are passive and must not send
/Zephyr-Core-3.5.0/modules/canopennode/
DCO_driver.c481 /* Bus rx passive */ in CO_CANverifyErrors()
485 /* Bus not rx passive */ in CO_CANverifyErrors()
492 /* Bus tx passive */ in CO_CANverifyErrors()
496 /* Bus not tx passive */ in CO_CANverifyErrors()
/Zephyr-Core-3.5.0/dts/bindings/can/
Dcan-controller.yaml71 Passive CAN transceiver. The child node must be named "can-transceiver".
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/net/l2/ieee802154/
DKconfig69 possible to do active and/or passive scans, as well as associating
Dieee802154_shell.c248 } else if (!strcmp(argv[1], "passive")) { in cmd_ieee802154_scan()
271 "Active" : "Passive", params.channel_set, in cmd_ieee802154_scan()
649 "<passive|active> <channels set n[:m:...]:x|all>"
/Zephyr-Core-3.5.0/doc/hardware/peripherals/canbus/
Dcontroller.rst107 Error-frames can either be error passive or error active, depending on the state
116 * Error-passive
123 the node changes to error-passive state.
/Zephyr-Core-3.5.0/subsys/net/l2/bluetooth/
Dbluetooth_shell.c124 "<on/off/active/passive>",
Dbluetooth.c506 NET_ERR("Bluetooth set passive scan failed (err %d)\n", err); in bt_passive_scan()
525 } else if (!strcmp(data, "passive")) { in bt_scan()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dtester.c107 /* Start passive scanning */ in start_scanning()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dieee802154_mgmt.h120 * MLME-SCAN(PASSIVE, ...) request
/Zephyr-Core-3.5.0/samples/drivers/can/counter/src/
Dmain.c117 return "error-passive"; in state_to_str()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_scan.c359 * 0000b - legacy 1M passive
361 * 0010b - Ext. 1M passive
367 * 1000b - Ext. Coded passive
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c245 printk("Start continuous passive scanning..."); in init_peripheral()
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/
Dbluetooth-shell.rst106 can create a *passive scanner* by using the :code:`bt scan passive` command, so the scanner will not
/Zephyr-Core-3.5.0/samples/modules/canopennode/objdict/
Dobjdict.xml205 02 - Communication other error (critical errors - see 'Error status bits') except CAN bus passive b…
206 03 - Communication passive - any communication error including CAN bus passive.
219 …<CANopenSubObject subIndex="03" name="Communication passive" objectType="VAR" dataType="0x00" acce…
953 06 - ERROR_CAN_RX_BUS_PASSIVE - CAN receive bus is passive.
954 07 - ERROR_CAN_TX_BUS_PASSIVE - CAN transmit bus is passive.
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Did.c714 * from overwriting the passive scanner identity address. in bt_id_adv_random_addr_check()
716 * protect us in the case of a passive scanner. in bt_id_adv_random_addr_check()
1729 LOG_WRN("Ignoring failure to set address for passive scan (%d)", in bt_id_set_scan_own_addr()
1737 * random identity address for both active and passive in bt_id_set_scan_own_addr()
2090 /* The passive scanner just sends a dummy address type in the in bt_id_init()
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dll.c317 } else if (!strcmp(argv[1], "passive")) { in cmd_scanx()
/Zephyr-Core-3.5.0/subsys/usb/device/class/audio/
Daudio.c322 /* Audio Streaming Interface Passive */ in audio_interface_config()
334 /* Audio Streaming Interface Passive */ in audio_interface_config()
897 LOG_DBG("sending dropped -> Host chose passive interface"); in usb_audio_send()

123