Network Configuration#

Functions#

sl_status_t
sl_si91x_configure_ip_address(sl_net_ip_configuration_t *address, uint8_t virtual_ap_id)

Configure the IP address for the specified virtual AP.

Function Documentation#

sl_si91x_configure_ip_address#

sl_status_t sl_si91x_configure_ip_address (sl_net_ip_configuration_t * address, uint8_t virtual_ap_id)

Configure the IP address for the specified virtual AP.

Parameters
[in]address

Pointer to an sl_net_ip_configuration_t structure where the assigned IP address details will be stored.

[in]virtual_ap_id

Virtual AP ID. One of the values from sl_si91x_wifi_vap_id_t.

This function configures the IP address for the specified virtual Access Point (AP) on the Si91x device. The IP address details are provided in the address parameter.

Virtual AP ID is used to differentiate between client and AP in concurrent mode.

Returns


Definition at line 57 of file components/device/silabs/si91x/wireless/sl_net/inc/sl_net_si91x.h