MegaWiFi 1.5
MegaWiFi API documentation
mw_ip_cfg Struct Reference

IP configuration parameters. More...

#include <mw-msg.h>

Data Fields

union ip_addr addr
 Host IP address in binary format. More...
 
union ip_addr mask
 Subnet mask in binary IP format. More...
 
union ip_addr gateway
 Gateway IP address in binary format. More...
 
union ip_addr dns1
 DNS server 1 IP address in binary format. More...
 
union ip_addr dns2
 DNS server 2 IP address in binary format. More...
 

Detailed Description

IP configuration parameters.

Definition at line 147 of file mw-msg.h.

Field Documentation

◆ addr

union ip_addr mw_ip_cfg::addr

Host IP address in binary format.

Definition at line 148 of file mw-msg.h.

◆ dns1

union ip_addr mw_ip_cfg::dns1

DNS server 1 IP address in binary format.

Definition at line 151 of file mw-msg.h.

◆ dns2

union ip_addr mw_ip_cfg::dns2

DNS server 2 IP address in binary format.

Definition at line 152 of file mw-msg.h.

◆ gateway

union ip_addr mw_ip_cfg::gateway

Gateway IP address in binary format.

Definition at line 150 of file mw-msg.h.

◆ mask

union ip_addr mw_ip_cfg::mask

Subnet mask in binary IP format.

Definition at line 149 of file mw-msg.h.


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