Home
last modified time | relevance | path

Searched refs:success (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/newlib/
Dlocks.c126 BaseType_t success; in lock_acquire_generic() local
133 success = xSemaphoreTakeFromISR(h, &higher_task_woken); in lock_acquire_generic()
134 if (!success && delay > 0) { in lock_acquire_generic()
144 success = xSemaphoreTakeRecursive(h, delay); in lock_acquire_generic()
146 success = xSemaphoreTake(h, delay); in lock_acquire_generic()
150 return (success == pdTRUE) ? 0 : -1; in lock_acquire_generic()
Dstdatomic.c123 …hange_ ## n (volatile void* mem, void* expect, type desired, bool weak, int success, int failure) \
/hal_espressif-latest/components/esp_adc/esp32s2/
Dadc_cali_line_fitting.c113 bool success = prepare_calib_data_for(config->unit_id, config->atten, &efuse_parsed_data); in adc_cali_create_scheme_line_fitting() local
114 assert(success); in adc_cali_create_scheme_line_fitting()
115 success = calculate_characterization_coefficients(&efuse_parsed_data, chars); in adc_cali_create_scheme_line_fitting()
116 assert(success); in adc_cali_create_scheme_line_fitting()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c33 struct sta_info *sta, int success,
337 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument
342 ieee802_1x_finished(hapd, sta, success, remediation); in _ieee802_1x_finished()
463 struct sta_info *sta, int success, in ieee802_1x_finished() argument
466 if (!success) { in ieee802_1x_finished()
Dwps_hostapd.c176 struct wps_event_success *success) in hostapd_wps_event_success() argument
180 os_memcpy(evt.peer_macaddr, success->peer_macaddr, ETH_ALEN); in hostapd_wps_event_success()
210 hostapd_wps_event_success(hapd, &data->success); in hostapd_wps_event_cb()
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.h48 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
Deapol_auth_sm.c91 int success) in eapol_auth_tx_canned_eap() argument
97 eap.code = success ? EAP_CODE_SUCCESS : EAP_CODE_FAILURE; in eapol_auth_tx_canned_eap()
103 success ? "SUCCESS" : "FAILURE", eap.identifier); in eapol_auth_tx_canned_eap()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c253 BTC_TRACE_DEBUG("%s, status = %d", __func__, p_auth_cmpl->success); in btc_dm_ble_auth_cmpl_evt()
259 if (p_auth_cmpl->success) { in btc_dm_ble_auth_cmpl_evt()
339 … BTC_TRACE_DEBUG("%s: bond state success %d, present %d, type%d\n", __func__, p_auth_cmpl->success, in btc_dm_auth_cmpl_evt()
343 if ( (p_auth_cmpl->success == TRUE) && (p_auth_cmpl->key_present) ) { in btc_dm_auth_cmpl_evt()
366 if (p_auth_cmpl->success) { in btc_dm_auth_cmpl_evt()
876 param.ble_security.auth_cmpl.success = p_data->auth_cmpl.success ? true : false; in btc_dm_sec_cb_handler()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c188 bool success = false; in alloc_dma_chan() local
194 success = claim_dma_chan(i, &actual_dma_chan); in alloc_dma_chan()
195 if (success) { in alloc_dma_chan()
201 success = claim_dma_chan(host_id, &actual_dma_chan); in alloc_dma_chan()
204 success = claim_dma_chan((int)dma_chan, &actual_dma_chan); in alloc_dma_chan()
211 if (!success) { in alloc_dma_chan()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_mschapv2.c77 int success; member
357 data->success = 1; in eap_mschapv2_success()
800 return data->success && data->master_key_valid; in eap_mschapv2_isKeyAvailable()
810 if (!data->master_key_valid || !data->success) in eap_mschapv2_getKey()
Deap_fast.c58 int success; member
263 data->success = 1; in eap_fast_derive_msk()
1041 data->success = 0; in eap_fast_process_pac()
1726 return data->success; in eap_fast_isKeyAvailable()
1735 if (!data->success) in eap_fast_getKey()
1753 if (!data->success || !data->session_id) in eap_fast_get_session_id()
1771 if (!data->success) in eap_fast_get_emsk()
/hal_espressif-latest/components/esp_system/
Deh_frame_parser.c763 bool success = esp_eh_frame_execute(instructions, instructions_length, frame, state); in esp_eh_frame_restore_caller_state() local
764 if (!success) { in esp_eh_frame_restore_caller_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c566 goto success; in net_buf_alloc_len_debug()
576 success: in net_buf_alloc_len_debug()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.h566 } success; member
Dwps_common.c303 os_memcpy(data.success.peer_macaddr, mac_addr, ETH_ALEN); in wps_success_event()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c5440 mz_bool success = MZ_TRUE; in mz_zip_validate_mem_archive() local
5463 success = MZ_FALSE; in mz_zip_validate_mem_archive()
5466 if (!mz_zip_reader_end_internal(&zip, success)) in mz_zip_validate_mem_archive()
5470 success = MZ_FALSE; in mz_zip_validate_mem_archive()
5476 return success; in mz_zip_validate_mem_archive()
5482 mz_bool success = MZ_TRUE; in mz_zip_validate_file_archive() local
5505 success = MZ_FALSE; in mz_zip_validate_file_archive()
5508 if (!mz_zip_reader_end_internal(&zip, success)) in mz_zip_validate_file_archive()
5512 success = MZ_FALSE; in mz_zip_validate_file_archive()
5518 return success; in mz_zip_validate_file_archive()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h709 …bool success; /*!< True if authentication succeeded; false othe… member
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst97 | Size-2 | Status | Status flag, success (``0``) or failure (``1``) |
109 | Size-4 | Status | Status flag, success (``0``) or failure (``1``) |
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h805 BOOLEAN success; /* TRUE of authentication succeeded, FALSE if failed. */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1259 sec_event.auth_cmpl.success = TRUE; in bta_dm_bond()
3098 p_auth_cmpl->success = TRUE; in bta_dm_new_link_key_cback()
4880 sec_event.auth_cmpl.success = TRUE; in bta_dm_ble_smp_cback()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c82 void eapol_sm_notify_eap_success(Boolean success) in eapol_sm_notify_eap_success() argument