/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_mgmt.c | 418 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/ |
D | Kconfig | 309 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/ |
D | eswifi_core.c | 800 .scan = eswifi_mgmt_scan,
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 187 and scan response data.
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_mgmt.h | 1316 int (*scan)(const struct device *dev, member
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 2613 void (*scan)(const struct bt_le_scan_recv_info *info, member
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 1708 ``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/ |
D | bap_broadcast_assistant.c | 201 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/ |
D | Kconfig | 210 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/ |
D | fmac_main.c | 824 .scan = nrf_wifi_disp_scan_zep,
|
/Zephyr-latest/doc/connectivity/networking/ |
D | overview.rst | 109 manage the interface, in example to connect to Wi-Fi network and to scan
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4895 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/ |
D | airoc_wifi.c | 811 .scan = airoc_mgmt_scan,
|
/Zephyr-latest/modules/hostap/ |
D | CMakeLists.txt | 125 ${WIFI_NM_WPA_SUPPLICANT_BASE}/scan.c
|
/Zephyr-latest/boards/96boards/carbon/doc/ |
D | stm32f401xe.rst | 365 STM32F401RET using an SWD scan.
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 406 - Why not pre-scan with CPP and then parse? or post scan the ELF file?
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap_broadcast_assistant.c | 300 .scan = bap_broadcast_assistant_scan_cb,
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 1116 .scan = winc1500_mgmt_scan,
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 921 .scan = esp32_wifi_scan,
|
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/ |
D | index.rst | 259 You should now be able to scan for Bluetooth devices using a smartphone or
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 950 * 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,
|
D | release-notes-3.0.rst | 887 * :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/ |
D | supp_main.c | 57 .scan = supplicant_scan,
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 718 <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/ |
D | hci.c | 6802 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;
|