Searched defs:proto (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/ |
D | net_sockets.c | 59 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/ |
D | esp_wpas_glue.c | 61 int wpa_ether_send(void *ctx, const u8 *dest, u16 proto, in wpa_ether_send()
|
D | esp_wpa_main.c | 116 void wpa_config_assoc_ie(u8 proto, u8 *assoc_buf, u32 assoc_wpa_ie_len) in wpa_config_assoc_ie()
|
D | esp_wifi_driver.h | 108 int proto; member
|
D | esp_wps.c | 265 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/ |
D | wpa_i.h | 74 unsigned int proto; member
|
D | wpa.c | 217 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/ |
D | wpa_common.c | 1425 u32 wpa_cipher_to_suite(int proto, int cipher) in wpa_cipher_to_suite()
|
D | wpa_common.h | 355 int proto; member
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_mesh.h | 474 mesh_proto_t proto; /**< data protocol */ member
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip.c | 109 #define LOG_NETIF_DISABLED_AND_DO(proto, action) \ argument
|