idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::netif::ap_sta_ip4_assigned_event_data Struct Reference

Information about an IP assigned to a station connected to an AP. More...

Public Attributes

net::ip4_addr ip
 
mac_address mac
 

Detailed Description

Information about an IP assigned to a station connected to an AP.

Dispatched with the ap_sta_ip4_assigned event.

Definition at line 285 of file netif.hpp.

Member Data Documentation

◆ ip

net::ip4_addr idfxx::netif::ap_sta_ip4_assigned_event_data::ip

IPv4 address assigned to the station.

Definition at line 286 of file netif.hpp.

◆ mac

mac_address idfxx::netif::ap_sta_ip4_assigned_event_data::mac

MAC address of the connected station.

Definition at line 287 of file netif.hpp.


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