wifi8 2.0.0.0
|
#include <wifi8_types.h>
Data Fields | |
uint32_t | u32_static_ip |
uint32_t | u32_gateway |
uint32_t | u32dns |
uint32_t | u32_subnet_mask |
uint32_t | u32_dhcp_lease_time |
uint32_t u32_dhcp_lease_time |
dhcp lease time in sec. this field is is ignored in static ip configuration.
uint32_t u32_gateway |
ip of the default internet gateway.
uint32_t u32_static_ip |
the static ip assigned to the device.
uint32_t u32_subnet_mask |
subnet mask for the local area network.
uint32_t u32dns |
ip for the dns server.