ESP-IDF
esp_netif_ppp_config
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_netif_ppp_config
esp_netif_ppp_config struct
Configuration structure for PPP network interface
Syntax
Show:
Summary
Declaration
from
esp_netif_ppp.h:21
typedef
struct
esp_netif_ppp_config
{
bool
ppp_phase_event_enabled
;
bool
ppp_error_event_enabled
;
#ifdef
CONFIG_LWIP_ENABLE_LCP_ECHO
bool
ppp_lcp_echo_disabled
;
#endif
#ifdef
CONFIG_LWIP_PPP_SERVER_SUPPORT
esp_ip4_addr_t
ppp_our_ip4_addr
;
esp_ip4_addr_t
ppp_their_ip4_addr
;
#endif
}
esp_netif_ppp_config_t
;
Fields
Field
Declared as
Description
esp_netif_ppp_config::ppp_phase_event_enabled
bool
Enables events coming from PPP PHASE change.
esp_netif_ppp_config::ppp_error_event_enabled
bool
Enables events from main PPP state machine producing errors.
Related Functions
Found 2 other functions taking a
esp_netif_ppp_config
argument:
Function
Description
esp_netif_ppp_set_params()
Sets common parameters for the supplied esp-netif.
esp_netif_ppp_get_params()
Gets parameters configured in the supplied esp-netif.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out