Morse Micro IoT SDK  2.10.4

Detailed Description

DHCP lease info structure.

Deprecated:
It is not recommended to use the WLAN Offload features API. It is deprecated and will be removed in a future release.

Definition at line 1496 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint32_t ip4_addr
 local IP address More...
 
uint32_t mask4_addr
 Netmask address. More...
 
uint32_t gw4_addr
 Gateway address. More...
 
uint32_t dns4_addr
 DNS address. More...
 

Field Documentation

◆ dns4_addr

uint32_t mmwlan_dhcp_lease_info::dns4_addr

DNS address.

Definition at line 1505 of file mmwlan.h.

◆ gw4_addr

uint32_t mmwlan_dhcp_lease_info::gw4_addr

Gateway address.

Definition at line 1503 of file mmwlan.h.

◆ ip4_addr

uint32_t mmwlan_dhcp_lease_info::ip4_addr

local IP address

Definition at line 1499 of file mmwlan.h.

◆ mask4_addr

uint32_t mmwlan_dhcp_lease_info::mask4_addr

Netmask address.

Definition at line 1501 of file mmwlan.h.


The documentation for this struct was generated from the following file: