# IpHeader - [Overview](#section1856131933165632) - [Summary](#section1052057861165632) - [Data Fields](#pub-attribs) ## **Overview** **Related Modules:** [WLAN](wlan.md) **Description:** Defines the IP header information of a data frame, including the version number, service type, and total length. **Since:** 1.0 ## **Summary** ## Data Fields

Variable Name

Description

versionAndHl

uint8_t

tos

uint8_t

totLen

uint16_t

id

uint16_t

fragInfo

uint16_t

ttl

uint8_t

protocol

uint8_t

check

uint16_t

sAddr

uint32_t

dAddr

uint32_t