Searched refs:beacon (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 228 …ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). How… 229 …default length of a beacon frame can simultaneously hold only five root node identifier structures, 235 …To counter this situation, the beacon frame length can be increased such that more root nodes can … 237 default beacon frame length of 238 … bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the beacon 242 …Setting a longer beacon length also assists with debugging as the conflicting root nodes can be id… 320 …Select this option to place called Wi-Fi library TBTT process and receive beacon functions in IRAM. 351 …ly for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station knows through the beacon 400 bool "WiFi modem automatically receives the beacon" 404 The wifi modem automatically receives the beacon frame during light sleep. [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_srv.h | 33 uint8_t beacon; /* Secure Network Beacon state */ member 74 uint8_t beacon; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 51 uint8_t beacon; /*!< Secure Network Beacon state */ member 143 uint8_t beacon; /*!< New Secure Network Beacon state */ member 413 uint8_t beacon; /*!< Secure Network Beacon state value */ member
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_registrar.c | 1321 struct wpabuf *beacon; in wps_set_ie() local 1338 beacon = wpabuf_alloc(400 + vendor_len); in wps_set_ie() 1340 if (!beacon || !probe) in wps_set_ie() 1347 if (wps_build_version(beacon) || in wps_set_ie() 1348 wps_build_wps_state(reg->wps, beacon) || in wps_set_ie() 1349 wps_build_ap_setup_locked(reg->wps, beacon) || in wps_set_ie() 1350 wps_build_selected_registrar(reg, beacon) || in wps_set_ie() 1351 wps_build_sel_reg_dev_password_id(reg, beacon) || in wps_set_ie() 1352 wps_build_sel_reg_config_methods(reg, beacon) || in wps_set_ie() 1353 wps_build_sel_pbc_reg_uuid_e(reg, beacon) || in wps_set_ie() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | net.h | 71 uint8_t beacon[16]; /* BeaconKey */ member
|
D | net.c | 202 err = bt_mesh_beacon_key(key, keys->beacon); in bt_mesh_net_keys_create() 208 BT_DBG("BeaconKey %s", bt_hex(keys->beacon, 16)); in bt_mesh_net_keys_create() 438 return bt_mesh_beacon_auth(keys->beacon, flags, keys->net_id, in bt_mesh_net_beacon_update() 1023 bt_mesh_beacon_auth(keys->beacon, flags, keys->net_id, iv_index, in auth_match()
|
D | settings.c | 95 uint8_t beacon; member 1439 cfg->beacon = stored_cfg.cfg.beacon; in settings_core_commit() 1702 val.beacon = cfg->beacon; in store_pending_cfg()
|
D | cfg_srv.c | 703 if (buf->data[0] != cfg->beacon) { in beacon_set() 704 cfg->beacon = buf->data[0]; in beacon_set() 710 if (cfg->beacon) { in beacon_set() 3374 if (cfg->beacon > 0x01) { in conf_is_valid() 3598 return conf->beacon; in bt_mesh_beacon_get()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 294 device beacon, users can use this option to change the frequency of sending 295 unprovisioned device beacon. For example, if the value is 5, it means the 296 unprovisioned device beacon will send every 5 seconds. When the option of 618 If a node in Normal Operation receives a Secure Network beacon with an IV index 622 Network beacon. The node makes the choice depending on the time since last IV
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_config_model.c | 495 return bt_mesh_cfg_beacon_set(¶m, set->beacon_set.beacon); in btc_ble_mesh_config_client_set_state()
|
/hal_espressif-latest/components/bt/ |
D | CMakeLists.txt | 455 "esp_ble_mesh/mesh_core/beacon.c" 737 "host/nimble/nimble/nimble/host/mesh/src/beacon.c"
|