/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_server/ |
D | eap_server_methods.c | 26 enum eap_type method) in eap_server_get_eap_method() argument 30 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method() 52 return m->method; in eap_server_get_type() 73 enum eap_type method, in eap_server_method_alloc() argument 82 eap->method = method; in eap_server_method_alloc() 92 static void eap_server_method_free(struct eap_method *method) in eap_server_method_free() argument 94 os_free(method); in eap_server_method_free() 108 int eap_server_method_register(struct eap_method *method) in eap_server_method_register() argument 112 if (method == NULL || method->name == NULL || in eap_server_method_register() 113 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION) { in eap_server_method_register() [all …]
|
D | eap_methods.h | 15 enum eap_type method); 17 enum eap_type method, 19 int eap_server_method_register(struct eap_method *method);
|
D | eap_i.h | 26 enum eap_type method; member 57 void (*free)(struct eap_method *method);
|
D | eap_server.c | 43 static bool eap_sm_Policy_doPickUp(struct eap_sm *sm, enum eap_type method); 1650 sm->user->methods[i].method != EAP_TYPE_NONE)) { in eap_sm_process_nak() 1654 if (nak_list[j] == sm->user->methods[i].method) { in eap_sm_process_nak() 1675 sm->user->methods[EAP_MAX_METHODS - 1].method = EAP_TYPE_NONE; in eap_sm_process_nak() 1719 sm->user->methods[idx].method != EAP_TYPE_NONE)) { in eap_sm_Policy_getNextMethod() 1721 next = sm->user->methods[idx].method; in eap_sm_Policy_getNextMethod() 1767 sm->user->methods[0].method == EAP_TYPE_IDENTITY) in eap_sm_Policy_getDecision() 1776 sm->user->methods[0].method == EAP_TYPE_IDENTITY) { in eap_sm_Policy_getDecision() 1789 sm->user->methods[sm->user_eap_method_index].method != in eap_sm_Policy_getDecision() 1815 static bool eap_sm_Policy_doPickUp(struct eap_sm *sm, enum eap_type method) in eap_sm_Policy_doPickUp() argument [all …]
|
D | eap.h | 28 u32 method; member
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/ |
D | eap.c | 79 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() argument 83 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method() 111 int vendor, u32 method) in eap_config_allowed_method() argument 121 m[i].method != EAP_TYPE_NONE; i++) { in eap_config_allowed_method() 122 if (m[i].vendor == vendor && m[i].method == method) in eap_config_allowed_method() 134 return m->method; in eap_peer_get_type() 149 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) in eap_allowed_method() argument 152 method); in eap_allowed_method() 181 u32 method; in eap_get_phase2_types() local 196 method = m->method; in eap_get_phase2_types() [all …]
|
D | eap_methods.h | 15 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method); 22 struct eap_method * eap_peer_method_alloc(int verdor, EapType method, 25 void eap_peer_method_free(struct eap_method *method); 26 int eap_peer_method_register(struct eap_method *method);
|
D | eap_ttls.c | 105 data->phase2_eap_type.method = EAP_TYPE_NONE; in eap_ttls_init() 249 u8 method) in eap_ttls_phase2_select_eap_method() argument 254 data->phase2_eap_types[i].method != method) in eap_ttls_phase2_select_eap_method() 259 data->phase2_eap_type.method = in eap_ttls_phase2_select_eap_method() 260 data->phase2_eap_types[i].method; in eap_ttls_phase2_select_eap_method() 264 data->phase2_eap_type.method); in eap_ttls_phase2_select_eap_method() 300 u8 method, struct wpabuf **resp) in eap_ttls_phase2_request_eap_method() argument 304 data->phase2_priv && method == EAP_TYPE_TNC && in eap_ttls_phase2_request_eap_method() 305 data->phase2_eap_type.method == EAP_TYPE_TNC) in eap_ttls_phase2_request_eap_method() 310 method == EAP_TYPE_TNC) { in eap_ttls_phase2_request_eap_method() [all …]
|
D | eap.h | 19 EapType method; member 67 bool eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method);
|
D | eap_i.h | 75 EapType method; member 204 void (*free)(struct eap_method *method); 334 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method);
|
D | eap_tls_common.c | 945 u8 method; in eap_peer_select_phase2_methods() local 971 method = eap_get_phase2_type(start, &vendor); in eap_peer_select_phase2_methods() 972 if (vendor == EAP_VENDOR_IETF && method == EAP_TYPE_NONE) { in eap_peer_select_phase2_methods() 986 methods[num_methods - 1].method = method; in eap_peer_select_phase2_methods() 1038 types[i].method < 256) in eap_peer_tls_phase2_nak() 1039 wpabuf_put_u8(*resp, types[i].method); in eap_peer_tls_phase2_nak()
|
D | eap_fast.c | 170 data->phase2_type.method = EAP_TYPE_NONE; in eap_fast_init() 348 data->phase2_type.method); in eap_fast_init_phase2_method() 383 data->phase2_type.method = EAP_TYPE_TNC; in eap_fast_select_phase2_method() 387 data->phase2_type.method); in eap_fast_select_phase2_method() 394 data->phase2_types[i].method != type) in eap_fast_select_phase2_method() 398 data->phase2_type.method = data->phase2_types[i].method; in eap_fast_select_phase2_method() 402 data->phase2_type.method); in eap_fast_select_phase2_method() 406 if (type != data->phase2_type.method || type == EAP_TYPE_NONE) in eap_fast_select_phase2_method() 438 *pos != data->phase2_type.method) { in eap_fast_phase2_request() 445 data->phase2_type.method = EAP_TYPE_NONE; in eap_fast_phase2_request() [all …]
|
D | eap_peap.c | 163 data->phase2_type.method = EAP_TYPE_NONE; in eap_peap_init() 692 data->phase2_type.method == EAP_TYPE_NONE) { in eap_peap_phase2_request() 697 data->phase2_types[i].method != *pos) in eap_peap_phase2_request() 702 data->phase2_type.method = in eap_peap_phase2_request() 703 data->phase2_types[i].method; in eap_peap_phase2_request() 707 data->phase2_type.method); in eap_peap_phase2_request() 711 if (*pos != data->phase2_type.method || in eap_peap_phase2_request() 723 data->phase2_type.method); in eap_peap_phase2_request() 1255 data->phase2_method->method); in eap_peap_get_status()
|
/hal_espressif-3.7.0/components/esp_system/test_apps/esp_system_unity_tests/main/ |
D | test_delay.c | 19 int method; member 29 switch (arg->method) { in test_delay_task() 51 .method = 0, 74 .method = 1,
|
/hal_espressif-3.7.0/components/spi_flash/include/ |
D | spi_flash_override.h | 45 const char *method; /* Flash HPM method */ member 90 const char *method; member
|
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32/ |
D | Kconfig.rtc | 43 drive strength to keep the crystal oscillating. Choose the method to provide 46 wakeup sources of both touchpad and ULP are not available in method 1 and method 2. 54 issue, but the touchpad can work in this method. 56 in this method.
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/ap/ |
D | eap_user_db.c | 39 user->methods[num_methods].method = in set_user_methods() 43 user->methods[num_methods].method == EAP_TYPE_NONE) { in set_user_methods() 242 wsc_enrollee.methods[0].method = eap_server_get_type( in hostapd_get_eap_user() 251 wsc_registrar.methods[0].method = eap_server_get_type( in hostapd_get_eap_user()
|
D | ieee802_1x.c | 363 user->methods[i].method = eap_user->methods[i].method; in ieee802_1x_get_eap_user()
|
D | ap_config.h | 115 u32 method; member
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_main.h | 246 …int (*prov_input_num)(uint8_t method, bt_mesh_output_action_t act, uint8_t size, uint8_t link_idx… 261 …int (*prov_output_num)(uint8_t method, bt_mesh_input_action_t act, void *data, uint8_t size, uint…
|
/hal_espressif-3.7.0/components/esp_timer/ |
D | Kconfig | 108 bool "Support ISR dispatch method" 111 … Allows using ESP_TIMER_ISR dispatch method (ESP_TIMER_TASK dispatch method is also avalible).
|
/hal_espressif-3.7.0/components/esp_phy/ |
D | Kconfig | 129 method is used by default for RF calibration. Full calibration takes about 100ms 131 to use the full calibration method. No calibration method is only used when the
|
/hal_espressif-3.7.0/components/spi_flash/ |
D | spi_flash_hpm_enable.c | 311 ESP_EARLY_LOGI(HPM_TAG, "Enabling flash high speed mode by %s", chip_hpm->method); in spi_flash_enable_high_performance_mode()
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/ |
D | remote-serial-ports.rst | 38 … the chip into the bootloader mode (or use some other signalling/control method to tell the server…
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ |
D | miniz.c | 188 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int … in mz_deflateInit2() argument 195 …if ((method != MZ_DEFLATED) || ((mem_level < 1) || (mem_level > 9)) || ((window_bits != MZ_DEFAULT… in mz_deflateInit2() 4050 mz_uint method; in mz_zip_reader_is_file_supported() local 4059 method = MZ_READ_LE16(p + MZ_ZIP_CDH_METHOD_OFS); in mz_zip_reader_is_file_supported() 4062 if ((method != 0) && (method != MZ_DEFLATED)) in mz_zip_reader_is_file_supported() 5962 …nt64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_fla… in mz_zip_writer_create_local_dir_header() argument 5967 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_VERSION_NEEDED_OFS, method ? 20 : 0); in mz_zip_writer_create_local_dir_header() 5969 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_METHOD_OFS, method); in mz_zip_writer_create_local_dir_header() 5983 … mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, in mz_zip_writer_create_central_dir_header() argument 5989 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_VERSION_NEEDED_OFS, method ? 20 : 0); in mz_zip_writer_create_central_dir_header() [all …]
|