Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c293 u16 status_code, bool omit_rsnxe, int subtype) in esp_send_assoc_resp()
354 bool *pmf_enable, int subtype, uint8_t *pairwise_cipher, uint8_t *reason) in hostap_new_assoc_sta()
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()
322 … u8 *wpa_ie, u8 wpa_ie_len, u8 *rsnxe, u8 rsnxe_len, bool *pmf_enable, int subtype, uint8_t *pairw… in hostap_sta_join()
Desp_wifi_driver.h201 uint8_t subtype; member
/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/wpa_supplicant/src/eap_peer/
Deap_tlv_common.h75 u8 subtype; member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dmbo.c769 u8 subtype; in mbo_parse_rx_anqp_resp() local
Dwpa_supplicant_i.h108 uint32_t type, subtype; member
/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/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()