/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 22 bool "Passive scan" 24 Use passive scanning. 81 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
|
/Zephyr-Core-3.5.0/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,kinetis-pinctrl.yaml | 75 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/ |
D | Kconfig.npcx | 20 and the related passive components are connected.
|
/Zephyr-Core-3.5.0/doc/services/modbus/ |
D | index.rst | 15 server devices. Server devices themselves are passive and must not send
|
/Zephyr-Core-3.5.0/modules/canopennode/ |
D | CO_driver.c | 481 /* 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/ |
D | can-controller.yaml | 71 Passive CAN transceiver. The child node must be named "can-transceiver".
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/net/l2/ieee802154/ |
D | Kconfig | 69 possible to do active and/or passive scans, as well as associating
|
D | ieee802154_shell.c | 248 } 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/ |
D | controller.rst | 107 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/ |
D | bluetooth_shell.c | 124 "<on/off/active/passive>",
|
D | bluetooth.c | 506 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/ |
D | tester.c | 107 /* Start passive scanning */ in start_scanning()
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | ieee802154_mgmt.h | 120 * MLME-SCAN(PASSIVE, ...) request
|
/Zephyr-Core-3.5.0/samples/drivers/can/counter/src/ |
D | main.c | 117 return "error-passive"; in state_to_str()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan.c | 359 * 0000b - legacy 1M passive 361 * 0010b - Ext. 1M passive 367 * 1000b - Ext. Coded passive
|
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 245 printk("Start continuous passive scanning..."); in init_peripheral()
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-shell.rst | 106 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/ |
D | objdict.xml | 205 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/ |
D | id.c | 714 * 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/ |
D | ll.c | 317 } else if (!strcmp(argv[1], "passive")) { in cmd_scanx()
|
/Zephyr-Core-3.5.0/subsys/usb/device/class/audio/ |
D | audio.c | 322 /* 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()
|