Embedded TCP/IP stack
4.7.0
|
fnet_return_t fnet_netif_set_hw_addr | ( | fnet_netif_desc_t | netif_desc, |
fnet_uint8_t * | hw_addr, | ||
fnet_size_t | hw_addr_size | ||
) |
Sets the hardware address of the specified network interface.
netif_desc | Network interface descriptor. |
hw_addr | Buffer containing the hardware address (for the FNET_NETIF_TYPE_ETHERNET and FNET_NETIF_TYPE_WIFI interface type, it contains the MAC address). |
hw_addr_size | Size of the hardware address in the hw_addr (for FNET_NETIF_TYPE_ETHERNET and FNET_NETIF_TYPE_WIFI interface types, it equals 6 ). |
This function sets the hardware address of the netif
interface to the hw_addr
value.
For FNET_NETIF_TYPE_ETHERNET and FNET_NETIF_TYPE_WIFI interface types, this hardware address is the MAC address.