Home
last modified time | relevance | path

Searched refs:scan (Results 101 – 125 of 156) sorted by relevance

1234567

/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c418 if (wifi_mgmt_api == NULL || wifi_mgmt_api->scan == NULL) { in wifi_scan()
431 return wifi_mgmt_api->scan(dev, params, scan_result_cb); in wifi_scan()
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig309 bool "Include Bluetooth device name in scan response"
313 This option includes GAP device name in scan response when
1177 a set of AD types in the scan reports, collected from the
1179 the highest number of AD types a single server can scan for, and a
1407 bool "Include Bluetooth device name in scan response"
1409 This option includes GAP device name in scan response when
1598 the help of a reduced scan duty cycle. The downside of this
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_core.c800 .scan = eswifi_mgmt_scan,
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-dev.rst187 and scan response data.
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h1316 int (*scan)(const struct device *dev, member
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h2613 void (*scan)(const struct bt_le_scan_recv_info *info, member
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst1708 ``mesh models rpr scan <Timeout(s)> [<UUID(1-16 hex)>]``
1714 …* ``UUID``: Device UUID to scan for. Providing a hex-string shorter than 16 bytes will populate th…
1716 ``mesh models rpr scan-ext <Timeout(s)> <UUID(1-16 hex)> [<ADType> ... ]``
1723 …* ``ADType``: List of AD types to include in the scan report. Must contain 1 to :kconfig:option:`C…
1725 ``mesh models rpr scan-srv [<ADType> ... ]``
1730 …* ``ADType``: List of AD types to include in the scan report. Must contain 1 to :kconfig:option:`C…
1732 ``mesh models rpr scan-caps``
1737 ``mesh models rpr scan-get``
1742 ``mesh models rpr scan-stop``
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c201 if (listener->scan) { in bap_broadcast_assistant_scan_results()
202 listener->scan(info, broadcast_id); in bap_broadcast_assistant_scan_results()
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig210 int "Number of addresses in the scan duplicate filter"
219 int "Number of Extended Advertising Sets in the scan duplicate filter"
1103 bool "Use scan request reporting"
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dfmac_main.c824 .scan = nrf_wifi_disp_scan_zep,
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst109 manage the interface, in example to connect to Wi-Fi network and to scan
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4895 SHELL_CMD_ARG(decrypt-scan, NULL, HELP_ONOFF, cmd_encrypted_ad_decrypt_scan, 2, 0),
4921 SHELL_CMD_ARG(scan, NULL,
4925 SHELL_CMD(scan-filter-set, &bt_scan_filter_set_cmds,
4928 SHELL_CMD(scan-filter-clear, &bt_scan_filter_clear_cmds,
4931 SHELL_CMD_ARG(scan-verbose-output, NULL, "<value: on, off>", cmd_scan_verbose_output, 2, 0),
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c811 .scan = airoc_mgmt_scan,
/Zephyr-latest/modules/hostap/
DCMakeLists.txt125 ${WIFI_NM_WPA_SUPPLICANT_BASE}/scan.c
/Zephyr-latest/boards/96boards/carbon/doc/
Dstm32f401xe.rst365 STM32F401RET using an SWD scan.
/Zephyr-latest/doc/develop/test/
Dztest.rst406 - Why not pre-scan with CPP and then parse? or post scan the ELF file?
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c300 .scan = bap_broadcast_assistant_scan_cb,
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c1116 .scan = winc1500_mgmt_scan,
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c921 .scan = esp32_wifi_scan,
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/
Dindex.rst259 You should now be able to scan for Bluetooth devices using a smartphone or
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst950 * Added Passive scan support.
951 * The Wi-Fi scan API updated with Wi-Fi scan parameter to allow scan mode selection.
956 * Added scan extension for specifying channels, limiting scan results, filtering SSIDs,
Drelease-notes-3.0.rst887 * :github:`42602` - I2C scan writes 0 bytes
954 * :github:`42065` - Bluetooth Controller: scan aux setup not checking extended header length of rec…
1162 …Periodic advertising synchronization not re-established after advertiser reset without scan disable
1199 * :github:`39893` - Bluetooth: hci usb: scan duplicate filter not working
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c57 .scan = supplicant_scan,
/Zephyr-latest/doc/contribute/
Dguidelines.rst718 <https://scan.coverity.com/projects/zephyr>`_ website. In order to access the
745 it after completing the steps above on scan service website. Any issues
746 closed without a fix or without ignoring the entry in the scan service will be
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c6802 struct ll_scan_set *scan; local
6804 scan = HDR_LLL2ULL(lll);
6810 return scan->own_addr_type;
6817 return scan->own_addr_type | BIT(1);
6820 struct ll_scan_set *scan; local
6822 scan = HDR_LLL2ULL(lll);
6827 return scan->own_addr_type;

1234567