SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
Table 6-4 summarizes the major asynchronous events which are part of the NetApp silo event handler (slcb_NetAppEvtHdlr).
Event | Description | STA Role | AP Role |
---|---|---|---|
SL_NETAPP_EVENT_IPV4_ ACQUIRED | IPv4 interface is available for traffic. The event includes IPv4 parameters such as gateway mask and DNS server address. | After Wi-Fi connection, two options:
| Immediate |
SL_NETAPP_EVENT_IPV6_ ACQUIRED | IPv6 local address or global interface is available for traffic. The event includes IPv6 parameters such as IP address and DNS server address. | After Wi-Fi connection and DAD successfully complete | IPv6 is not supported |
SL_NETAPP_EVENT_ DHCPV4_LEASED | A IPv4 DHCP client acquired IPv4 address from the internal DHCP server. Event includes IPv4 address, lease time, and client MAC address. | DHCPv4 server is not supported | DHCPv4 server must be enabled (default) |
SL_NETAPP_EVENT_ DHCPV4_RELEASED | A client IPv4 address released. Event includes IPv4 address, client MAC address, and reason. | Not supported | DHCPv4 server is enabled (default) |
SL_NETAPP_EVENT_IPV4_ LOST | The IPv4 address acquired by the device is no longer available. | Supported | Not supported |
SL_NETAPP_EVENT_DHCP_ IPV4_ACQUIRE_TIMEOUT | Acquiring time for the IPv4 address by DHCP took too long and is not completed yet, acquiring by DHCP still continues. | After Wi-Fi connection and DHCP configuration | Not supported |
SL_NETAPP_EVENT_IP_ COLLISION | IPv4 address conflict, two stations connected, one station acquired IPv4 address by the SimpleLink DHCP server and the second station has static IPv4 address with the same IP address. Event includes IPv4 address and two MAC addresses. | DHCPv4 server is not supported | DHCPv4 server is enabled (default) |
SL_NETAPP_EVENT_IPV6_ LOST | Global or Local acquired IPv6 address is no longer available. Event includes IPv6 address. | Supported | IPv6 is not supported |
Table 6-5 summarizes the major asynchronous events that are part of the NetCfg silo event handler (slcb_DeviceGeneralEvtHdlr).
Event | Description | STA Role | AP Role |
---|---|---|---|
SL_ERROR_STATIC_ADDR_ SUBNET_ERROR | Ipv4 static configuration. IPv4 address is not in the same subnet of the gateway. | Supported | Supported |
Table 6-6 describes the major error codes that may be returned while calling sl_NetCfgSet.
Event | Description | STA Role | AP Role |
---|---|---|---|
SL_ERROR_INCORRECT_IPV6_ STATIC_LOCAL_ADDR | IPv6 local address static configuration, address prefix is not the local address prefix. | Supported | IPv6 is not supported |
SL_ERROR_INCORRECT_IPV6_ STATIC_GLOBAL_ADDR | IPv6 global address static configuration, address prefix is not the global address prefix. | Supported | IPv6 is not supported |
SL_ERROR_IPV6_LOCAL_ ADDR_SHOULD_BE_SET_FIRST | The local IPv6 address must be enabled when the global IPv6 address is enabled. | Supported | IPv6 is not supported |