XCORE SDK
XCORE Software Development Kit
|
Request message body for sl_wfx_set_arp_ip_address_req_t. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
uint32_t | arp_ip_addr [SL_WFX_ARP_IP_ADDR_SIZE] |
List of offloaded ARP IP addresses. More... | |
Request message body for sl_wfx_set_arp_ip_address_req_t.
uint32_t sl_wfx_set_arp_ip_address_req_body_s::arp_ip_addr[SL_WFX_ARP_IP_ADDR_SIZE] |
List of offloaded ARP IP addresses.
The device will automatically reply to an ARP request that matches one the addresses on the list. Note that addresses not in use must be set to zero. Offloading is disabled by setting all addresses to zero.
See Offloading for further details.