mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-21 05:02:23 +08:00
feat(esp8266): Change ip_addr/ip_addr_t to ip4_addr/ip4_addr_t
This commit is contained in:
@ -63,7 +63,7 @@ struct station_info {
|
||||
STAILQ_ENTRY(station_info) next; /**< Information of next AP */
|
||||
|
||||
uint8 bssid[6]; /**< BSSID of AP */
|
||||
struct ip_addr ip; /**< IP address of AP */
|
||||
struct ip4_addr ip; /**< IP address of AP */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user