Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 59) sorted by relevance

123

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtest.c106 for (k = 0; k < ARRAY_SIZE(model->groups); k++) { in bt_mesh_device_auto_enter_network()
107 if (model->groups[k] == BLE_MESH_ADDR_UNASSIGNED) { in bt_mesh_device_auto_enter_network()
108 model->groups[k] = info->group_addr; in bt_mesh_device_auto_enter_network()
121 for (k = 0; k < ARRAY_SIZE(model->groups); k++) { in bt_mesh_device_auto_enter_network()
122 if (model->groups[k] == BLE_MESH_ADDR_UNASSIGNED) { in bt_mesh_device_auto_enter_network()
123 model->groups[k] = info->group_addr; in bt_mesh_device_auto_enter_network()
Dlpn.c607 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_add()
608 if (lpn->groups[i] == group) { in lpn_group_add()
613 if (!free_slot && lpn->groups[i] == BLE_MESH_ADDR_UNASSIGNED) { in lpn_group_add()
614 free_slot = &lpn->groups[i]; in lpn_group_add()
632 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_del()
633 if (lpn->groups[i] == group) { in lpn_group_del()
639 lpn->groups[i] = BLE_MESH_ADDR_UNASSIGNED; in lpn_group_del()
684 for (i = 0U, g = 0U; i < ARRAY_SIZE(lpn->groups); i++) { in sub_update()
685 if (lpn->groups[i] == BLE_MESH_ADDR_UNASSIGNED) { in sub_update()
704 req.addr_list[g++] = sys_cpu_to_be16(lpn->groups[i]); in sub_update()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c407 int *groups = NULL; in sae_is_group_enabled() local
411 if (!groups) { in sae_is_group_enabled()
412 groups = default_groups; in sae_is_group_enabled()
415 for (i = 0; groups[i] > 0; i++) { in sae_is_group_enabled()
416 if (groups[i] == group) in sae_is_group_enabled()
427 const struct wpabuf *groups; in check_sae_rejected_groups() local
433 groups = sae->tmp->peer_rejected_groups; in check_sae_rejected_groups()
434 if (!groups) in check_sae_rejected_groups()
437 pos = wpabuf_head(groups); in check_sae_rejected_groups()
438 len = wpabuf_len(groups); in check_sae_rejected_groups()
[all …]
/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c39 etm_group_t *groups[SOC_ETM_GROUPS]; // etm group pool member
73 if (!s_platform.groups[group_id]) { in etm_acquire_group_handle()
77 s_platform.groups[group_id] = group; // register to platform in etm_acquire_group_handle()
89 group = s_platform.groups[group_id]; in etm_acquire_group_handle()
112 assert(s_platform.groups[group_id]); in etm_release_group_handle()
114 s_platform.groups[group_id] = NULL; // deregister from platform in etm_release_group_handle()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3.c241 int *groups = NULL; in wpa3_sae_is_group_enabled() local
245 if (!groups) { in wpa3_sae_is_group_enabled()
246 groups = default_groups; in wpa3_sae_is_group_enabled()
249 for (i = 0; groups[i] > 0; i++) { in wpa3_sae_is_group_enabled()
250 if (groups[i] == group) { in wpa3_sae_is_group_enabled()
258 static int wpa3_check_sae_rejected_groups(const struct wpabuf *groups) in wpa3_check_sae_rejected_groups() argument
263 if (!groups) { in wpa3_check_sae_rejected_groups()
267 pos = wpabuf_head(groups); in wpa3_check_sae_rejected_groups()
268 len = wpabuf_len(groups); in wpa3_check_sae_rejected_groups()
/hal_espressif-latest/components/soc/esp32c2/
Dtimer_periph.c10 .groups = {
Dgdma_periph.c10 .groups = {
/hal_espressif-latest/components/soc/esp32c6/
Dtimer_periph.c10 .groups = {
Dgdma_periph.c10 .groups = {
Drmt_periph.c11 .groups = {
/hal_espressif-latest/components/soc/esp32c3/
Dtimer_periph.c10 .groups = {
Dgdma_periph.c10 .groups = {
Drmt_periph.c11 .groups = {
/hal_espressif-latest/components/soc/esp32h2/
Dtimer_periph.c10 .groups = {
Dgdma_periph.c10 .groups = {
Drmt_periph.c11 .groups = {
/hal_espressif-latest/components/soc/include/soc/
Dtimer_periph.h23 } groups[SOC_TIMER_GROUPS]; member
Dgdma_periph.h23 } groups[SOC_GDMA_GROUPS]; member
Drmt_periph.h26 } groups[SOC_RMT_GROUPS]; member
Dpcnt_periph.h29 } groups[SOC_PCNT_GROUPS]; member
Dparlio_periph.h34 } groups[SOC_PARLIO_GROUPS]; member
/hal_espressif-latest/components/soc/esp32/
Dtimer_periph.c11 .groups = {
/hal_espressif-latest/components/soc/esp32s3/
Dtimer_periph.c10 .groups = {
/hal_espressif-latest/components/soc/esp32s2/
Dtimer_periph.c10 .groups = {
/hal_espressif-latest/tools/esptool_py/espefuse/
D__init__.py143 groups = []
150 groups.append(cmd)
154 groups.append(cmd)
155 return groups, used_cmds

123