Hi guys,
I'm using the following API to start the provisiong:
ret = sl_WlanProvisioning(
SL_WLAN_PROVISIONING_CMD_START_MODE_APSC_EXTERNAL_CONFIGURATION,
ROLE_STA,
NETWIFI_PROVISIONING_INACTIVITY_TIMEOUT, //60 sec
NULL,
(uint32_t)NULL
);
I checked that if the current role is set to AP, the incatvityTimeout works well, else if the currente role is set to STA, the inactivityTimeout is always 10 minutes, whatever value I use.
Can you confirm that it is mandatory to set the current role to AP before to use the API sl_WlanProvisioning()? Is there a document were I can study this behaviour?
Regards
Lorenzo