Structure used to receive the IP address of the STA or MAC address of the connected STA to SoftAP through the callback registered using cy_wcm_register_event_callback.
Data Fields | |
cy_wcm_ip_address_t | ip_addr |
Contains the IP address for the CY_WCM_EVENT_IP_CHANGED event. | |
cy_wcm_mac_t | sta_mac |
MAC address of the STA for the CY_WCM_EVENT_STA_JOINED or CY_WCM_EVENT_STA_LEFT. | |
cy_wcm_reason_code | reason |
Reason code which specifies the reason for disconnection. | |