mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Compare commits
2 Commits
bbab011748
...
112b74abd4
Author | SHA1 | Date | |
---|---|---|---|
|
112b74abd4 | ||
|
7326fe39d8 |
@ -105,6 +105,8 @@ typedef enum {
|
||||
IP_EVENT_PPP_GOT_IP, /*!< PPP interface got IP */
|
||||
IP_EVENT_PPP_LOST_IP, /*!< PPP interface lost IP */
|
||||
IP_EVENT_TX_RX, /*!< transmitting/receiving data packet */
|
||||
IP_EVENT_PPPD_GOT_IP, /*!< PPP server interface got IP */
|
||||
IP_EVENT_PPPD_LOST_IP, /*!< PPP server interface lost IP */
|
||||
} ip_event_t;
|
||||
|
||||
/** @brief IP event base declaration */
|
||||
|
Loading…
x
Reference in New Issue
Block a user