/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa_main.c | 290 … hostapd_data *hapd, struct sta_info *sta_info, u8 *ies, u8 ies_len, bool *pmf_enable, int subtype) in check_n_add_wps_sta() argument 312 …if (esp_send_assoc_resp(hapd, sta_info->addr, WLAN_STATUS_SUCCESS, true, subtype) != WLAN_STATUS_S… in check_n_add_wps_sta() 322 …8 *wpa_ie, u8 wpa_ie_len, u8 *rsnxe, u8 rsnxe_len, bool *pmf_enable, int subtype, uint8_t *pairwis… in hostap_sta_join() argument 337 …pd, bssid, WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY, rsnxe ? false : true, subtype) != WLAN_STATUS_S… in hostap_sta_join() 366 …pd, bssid, WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY, rsnxe ? false : true, subtype) != WLAN_STATUS_S… in hostap_sta_join() 377 if (check_n_add_wps_sta(hapd, sta_info, wpa_ie, wpa_ie_len, pmf_enable, subtype) == 0) { in hostap_sta_join() 385 …c_sta(sta_info, bssid, wpa_ie, wpa_ie_len, rsnxe, rsnxe_len, pmf_enable, subtype, pairwise_cipher,… in hostap_sta_join()
|
D | esp_common.c | 193 wpa_s->subtype = 0; in register_mgmt_frames() 198 wpa_s->subtype = 1 << WLAN_ACTION_RADIO_MEASUREMENT; in register_mgmt_frames() 200 wpa_s->subtype |= 1 << WLAN_ACTION_WNM; in register_mgmt_frames() 202 if (wpa_s->subtype) in register_mgmt_frames() 213 esp_wifi_register_mgmt_frame_internal(wpa_s->type, wpa_s->subtype); in register_mgmt_frames() 366 wpa_s->subtype = 0; in esp_supplicant_common_init() 368 if (esp_wifi_register_mgmt_frame_internal(wpa_s->type, wpa_s->subtype) != ESP_OK) { in esp_supplicant_common_init() 398 esp_wifi_register_mgmt_frame_internal(wpa_s->type, wpa_s->subtype); in esp_supplicant_common_deinit() 800 req->subtype = (WLAN_FC_STYPE_ACTION << 4); in wpa_drv_send_action()
|
D | esp_hostap.h | 21 u16 status_code, bool omit_rsnxe, int subtype);
|
D | esp_hostap.c | 293 u16 status_code, bool omit_rsnxe, int subtype) in esp_send_assoc_resp() argument 315 reply->subtype = subtype; in esp_send_assoc_resp() 354 bool *pmf_enable, int subtype, uint8_t *pairwise_cipher, uint8_t *reason) in hostap_new_assoc_sta() argument 395 … if (esp_send_assoc_resp(hapd, bssid, status, omit_rsnxe, subtype) != WLAN_STATUS_SUCCESS) { in hostap_new_assoc_sta()
|
D | esp_wifi_driver.h | 129 …8 *wpa_ie, u8 wpa_ie_len, u8* rsnxe, u8 rsnxe_len, bool *pmf_enable, int subtype, uint8_t *pairwis… 201 uint8_t subtype; member 281 esp_err_t esp_wifi_register_mgmt_frame_internal(uint32_t type, uint32_t subtype);
|
D | esp_scan.c | 36 esp_wifi_register_mgmt_frame_internal(wpa_s->type, wpa_s->subtype); in scan_done_event_handler() 231 esp_wifi_register_mgmt_frame_internal(wpa_s->type, wpa_s->subtype); in issue_scan()
|
D | esp_wpa3.c | 692 req->subtype = (WLAN_FC_STYPE_AUTH << 4); in esp_send_sae_auth_reply()
|
/hal_espressif-latest/components/spi_flash/sim/stubs/spi_flash/ |
D | esp_partition.h | 78 esp_partition_subtype_t subtype; /*!< partition subtype */ member
|
/hal_espressif-latest/components/bootloader_support/include/ |
D | esp_flash_partitions.h | 82 uint8_t subtype; member
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_utility.c | 182 ESP_LOGD(TAG, "type=%x subtype=%x", partition->type, partition->subtype); in bootloader_utility_load_partition_table() 188 switch (partition->subtype) { in bootloader_utility_load_partition_table() 199 if ((partition->subtype & ~PART_SUBTYPE_OTA_MASK) == PART_SUBTYPE_OTA_FLAG) { in bootloader_utility_load_partition_table() 200 bs->ota[partition->subtype & PART_SUBTYPE_OTA_MASK] = partition->pos; in bootloader_utility_load_partition_table() 210 switch (partition->subtype) { in bootloader_utility_load_partition_table() 241 partition->type, partition->subtype, in bootloader_utility_load_partition_table()
|
D | flash_partitions.c | 60 && part->subtype == PART_SUBTYPE_END) { in esp_partition_table_verify()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_tlv_common.h | 75 u8 subtype; member
|
D | eap_fast.c | 599 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding() 607 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_validate_crypto_binding() 612 _bind->subtype); in eap_fast_validate_crypto_binding() 630 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE; in eap_fast_write_crypto_binding() 638 rbind->version, rbind->received_version, rbind->subtype); in eap_fast_write_crypto_binding()
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/ |
D | blufi_int.h | 96 #define BLUFI_BUILD_TYPE(type, subtype) (((type) & BLUFI_TYPE_MASK) | ((subtype)<<BLUFI_SUBTYPE_SHI… argument
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | mbo.c | 769 u8 subtype; in mbo_parse_rx_anqp_resp() local 774 subtype = *pos++; in mbo_parse_rx_anqp_resp() 777 switch (subtype) { in mbo_parse_rx_anqp_resp() 786 subtype); in mbo_parse_rx_anqp_resp()
|
D | wpa_supplicant_i.h | 108 uint32_t type, subtype; member
|
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/ |
D | flash_encrypt.c | 411 } else if ((partition->type == PART_TYPE_DATA && partition->subtype == PART_SUBTYPE_DATA_OTA) in encrypt_partition() 412 … || (partition->type == PART_TYPE_DATA && partition->subtype == PART_SUBTYPE_DATA_NVS_KEYS)) { in encrypt_partition()
|
/hal_espressif-latest/components/esp_phy/ |
D | CMakeLists.txt | 89 …e_get_partition_info(phy_partition_offset "--partition-type data --partition-subtype phy" "offset")
|
D | Kconfig | 25 partition is included (type: 'data', subtype: 'phy').
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ap_config.h | 387 bool *pmf_enable, int subtype, uint8_t *pairwise_cipher, uint8_t *reason);
|
/hal_espressif-latest/zephyr/port/wifi/ |
D | wifi_stubs.c | 375 esp_err_t esp_wifi_register_mgmt_frame_internal(uint32_t type, uint32_t subtype) in esp_wifi_register_mgmt_frame_internal() argument 378 ARG_UNUSED(subtype); in esp_wifi_register_mgmt_frame_internal()
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 327 …s READ_REG commands to read various addresses on the chip, to identify chip subtype, revision, etc.
|