Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/
Dnet_sockets.c59 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect()
106 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpas_glue.c61 int wpa_ether_send(void *ctx, const u8 *dest, u16 proto, in wpa_ether_send()
Desp_wpa_main.c116 void wpa_config_assoc_ie(u8 proto, u8 *assoc_buf, u32 assoc_wpa_ie_len) in wpa_config_assoc_ie()
Desp_wifi_driver.h108 int proto; member
Desp_wps.c265 static inline int wps_sm_ether_send(struct wps_sm *sm, u16 proto, in wps_sm_ether_send()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h74 unsigned int proto; member
Dwpa.c217 static inline int wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, u16 proto, in wpa_sm_ether_send()
236 int ver, const u8 *dest, u16 proto, in wpa_eapol_key_send()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c1425 u32 wpa_cipher_to_suite(int proto, int cipher) in wpa_cipher_to_suite()
Dwpa_common.h355 int proto; member
/hal_espressif-latest/components/esp_wifi/include/
Desp_mesh.h474 mesh_proto_t proto; /**< data protocol */ member
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c109 #define LOG_NETIF_DISABLED_AND_DO(proto, action) \ argument