/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 310 This select enables parameters setting of BLE scan duplicate. 353 int "Maximum number of devices in scan duplicate filter" 358 Maximum number of devices which can be recorded in scan duplicate filter. 362 int "Duplicate scan list refresh period (seconds)" 368 … stored in the scan duuplicate filter. If it is 0, the scan duuplicate filter will not be cleared 372 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and 378 bool "Special duplicate scan mechanism for BLE Mesh scan" 382 This enables the BLE scan duplicate for special BLE Mesh scan. 385 int "Maximum number of Mesh adv packets in scan duplicate filter" 390 Maximum number of adv packets which can be recorded in duplicate scan cache for BLE Mesh. [all …]
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 11 scan , sync and adv(periodic adv, multi-adv). Each instance needs to 75 int "The maximum number of 5.0 extend duplicate scan filter" 79 The maximum number of suplicate scan filter 265 This select enables parameters setting of BLE scan duplicate. 307 int "Maximum number of devices in scan duplicate filter" 312 Maximum number of devices which can be recorded in scan duplicate filter. 316 int "Duplicate scan list refresh period (seconds)" 322 … stored in the scan duuplicate filter. If it is 0, the scan duuplicate filter will not be cleared 326 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and 332 bool "Special duplicate scan mechanism for BLE Mesh scan" [all …]
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps.c | 340 static bool ap_supports_sae(struct wps_scan_ie *scan) in ap_supports_sae() argument 344 if (!scan->rsn) { in ap_supports_sae() 348 wpa_parse_wpa_ie_rsn(scan->rsn, scan->rsn[1] + 2, &rsn_info); in ap_supports_sae() 358 wps_parse_scan_result(struct wps_scan_ie *scan) in wps_parse_scan_result() argument 363 if (!sm->is_wps_scan || !scan->bssid) { in wps_parse_scan_result() 383 if (!scan->rsn && !scan->wpa && (scan->capinfo & WLAN_CAPABILITY_PRIVACY)) { in wps_parse_scan_result() 393 if (scan->wps) { in wps_parse_scan_result() 395 struct wpabuf *buf = wpabuf_alloc_copy(scan->wps + 6, scan->wps[1] - 4); in wps_parse_scan_result() 408 if (os_memcmp(sm->dis_ap_list[count].bssid, scan->bssid, ETH_ALEN) == 0) { in wps_parse_scan_result() 409 wpa_printf(MSG_INFO, "discard ap bssid "MACSTR, MAC2STR(scan->bssid)); in wps_parse_scan_result() [all …]
|
D | esp_wifi_driver.h | 157 bool (*wps_parse_scan_result)(struct wps_scan_ie *scan);
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ble_scan.ld | 17 /* BLE scan */
|
D | esp32c3.rom.ble_50.ld | 47 /* extend scan */
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ble_scan.ld | 17 /* BLE scan */
|
D | esp32s3.rom.ble_50.ld | 47 /* extend scan */
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_mesh_internal.h | 32 int scan; /**< minimum scan times before being a root, default:10 */ member
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 447 int "BLE duplicate scan list count" 451 config the max count of duplicate scan list 567 This select enables parameters setting of BLE scan duplicate. 610 int "Duplicate scan list refresh period (seconds)" 616 … stored in the scan duuplicate filter. If it is 0, the scan duuplicate filter will not be cleared 620 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 438 int "BLE duplicate scan list count" 442 config the max count of duplicate scan list 559 This select enables parameters setting of BLE scan duplicate. 602 int "Duplicate scan list refresh period (seconds)" 608 … stored in the scan duuplicate filter. If it is 0, the scan duuplicate filter will not be cleared 612 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 1100 When scanning and scan duplicate is not enabled, if there are a lot of adv packets around 1118 bool "Report adv data and scan response individually when BLE active scan" 1122 Originally, when doing BLE active scan, Bluedroid will not report adv to application layer 1123 … until receive scan response. This option is used to disable the behavior. When enable this option, 1124 Bluedroid will report adv data or scan response to application layer immediately.
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 413 int "BLE duplicate scan list count" 417 config the max count of duplicate scan list
|
/hal_espressif-latest/components/wpa_supplicant/ |
D | CMakeLists.txt | 188 "src/common/scan.c"
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 542 bool "Keep scan results in cache" 546 Keep scan results in cache, if not enabled, those
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 1049 This enables support for user to initiate a new connection with scan in progress 1056 When scanning and scan duplicate is not enabled, if there are a lot of adv packets around
|
/hal_espressif-latest/zephyr/esp32/ |
D | CMakeLists.txt | 494 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/scan.c"
|
/hal_espressif-latest/zephyr/esp32c2/ |
D | CMakeLists.txt | 452 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/scan.c"
|
/hal_espressif-latest/zephyr/esp32s2/ |
D | CMakeLists.txt | 455 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/scan.c"
|
/hal_espressif-latest/zephyr/esp32c3/ |
D | CMakeLists.txt | 507 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/scan.c"
|
/hal_espressif-latest/zephyr/esp32c6/ |
D | CMakeLists.txt | 460 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/scan.c"
|
/hal_espressif-latest/zephyr/esp32s3/ |
D | CMakeLists.txt | 524 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/scan.c"
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 29 Enable this option to allow using specific duplicate scan filter 732 reduced scan duty cycle. The downside of this is that the node may miss
|
/hal_espressif-latest/components/bt/ |
D | CMakeLists.txt | 474 "esp_ble_mesh/mesh_core/scan.c"
|