1.4.3.11 SYS_WIFI_STA_APP_INFO Struct

C

typedef struct
{
    /* IP Address of the station */
    IPV4_ADDR ipAddr;
    
    /* MAC Address of the station */
    uint8_t macAddr[6];
} SYS_WIFI_STA_APP_INFO;

Summary

Information related to connected station shared with Application.

Description

Information (MAC Address, IP Address) related to connected station.

Remarks

None.