Hi All,
When started in STA mode, the inactivity parameter for the start provisioning command has no effect. It is always 10 minutes.
provisioningCmd = SL_WLAN_PROVISIONING_CMD_START_MODE_AP;retVal =
sl_WlanProvisioning(provisioningCmd, ROLE_STA,
60, // PROVISIONING_INACTIVITY_TIMEOUT,
NULL,
SL_WLAN_PROVISIONING_CMD_FLAG_EXTERNAL_CONFIRMATION);
Others have reported this behavior and I wanted to confirm. Starting the device in AP mode fixes this, but this is a highly unideal configuration for my use case.