|
|
@@ -88,6 +88,7 @@ typedef enum {
|
|
|
IP_EVENT_AP_STAIPASSIGNED, /*!< soft-AP assign an IP to a connected station */
|
|
|
IP_EVENT_GOT_IP6, /*!< station or ap or ethernet interface v6IP addr is preferred */
|
|
|
IP_EVENT_ETH_GOT_IP, /*!< ethernet got IP from connected AP */
|
|
|
+ IP_EVENT_ETH_LOST_IP, /*!< ethernet lost IP and the IP is reset to 0 */
|
|
|
IP_EVENT_PPP_GOT_IP, /*!< PPP interface got IP */
|
|
|
IP_EVENT_PPP_LOST_IP, /*!< PPP interface lost IP */
|
|
|
} ip_event_t;
|