This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3220MODA: Is there a method that would extract all stored profiles

Part Number: CC3220MODA

Tool/software: Code Composer Studio

Hello

When I use out-of-the-box example in AP mode and a computer directly connect with it. Besides retrieve SSIDs in stored profiles from build-in webpages, swru455h state that device token like __SL_G_PN1 to __SL_G_PN7 would get SSID one by one.

We would like to use a self-designed mobile app to replace the role of bulit-in webpages to transmit profile. Instead of sending http get with device token 7 times, is there a method to get all stored profiles in a single http post/get.

BEST,

Peter Chou

  • Hi,

    Unfortunately no, there is not a device token to read all stored profiles at once.

    You can create a custom request that is handled by the application MCU and calls sl_WlanProfileGet(). This API does also require you to iterate through the index, but you can condense the results into any format for a single get request.

    Best regards,

    Sarah