Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa_main.c290 … 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()
Desp_common.c193 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()
Desp_hostap.h21 u16 status_code, bool omit_rsnxe, int subtype);
Desp_hostap.c293 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()
Desp_wifi_driver.h129 …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);
Desp_scan.c36 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()
Desp_wpa3.c692 req->subtype = (WLAN_FC_STYPE_AUTH << 4); in esp_send_sae_auth_reply()
/hal_espressif-latest/components/spi_flash/sim/stubs/spi_flash/
Desp_partition.h78 esp_partition_subtype_t subtype; /*!< partition subtype */ member
/hal_espressif-latest/components/bootloader_support/include/
Desp_flash_partitions.h82 uint8_t subtype; member
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c182 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()
Dflash_partitions.c60 && part->subtype == PART_SUBTYPE_END) { in esp_partition_table_verify()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_tlv_common.h75 u8 subtype; member
Deap_fast.c599 _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/
Dblufi_int.h96 #define BLUFI_BUILD_TYPE(type, subtype) (((type) & BLUFI_TYPE_MASK) | ((subtype)<<BLUFI_SUBTYPE_SHI… argument
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dmbo.c769 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()
Dwpa_supplicant_i.h108 uint32_t type, subtype; member
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c411 } 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/
DCMakeLists.txt89 …e_get_partition_info(phy_partition_offset "--partition-type data --partition-subtype phy" "offset")
DKconfig25 partition is included (type: 'data', subtype: 'phy').
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.h387 bool *pmf_enable, int subtype, uint8_t *pairwise_cipher, uint8_t *reason);
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c375 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/
Dserial-protocol.rst327 …s READ_REG commands to read various addresses on the chip, to identify chip subtype, revision, etc.