0 like 0 dislike
300 views
in T10 by Q&A Freshman (105 points)

Hi everyone,

We’re working with a T10 device and we’re trying to find a way to retrieve the list of Wi-Fi SSIDs saved on the device through the SDK.

Our goal is to avoid calling setWifiConfiguration() unnecessarily, since we noticed that using it restarts the Wi-Fi interface, causing temporary connectivity loss.

Ideally, we would like to:

  • Get a list of all saved SSIDs, or

  • At least check whether a specific SSID has already been saved

Example use case:

List<String> savedSSIDs = getSavedSSIDs();

if (!savedSSIDs.contains("MyNetwork")) {

    setWifiConfiguration(...);

}

We understand that Android does not expose saved networks by default due to security restrictions. So we’d like to know:

  1. Is there any SDK method (or T10-specific API) that allows listing saved SSIDs?

  2. Is there a reliable workaround to check if a specific network is already configured?

  3. Are special permissions required (e.g., system privileges, root access, or system app signature)?

Any help or insight would be highly appreciated!

Thanks in advance!

Please log in or register to answer this question.

Related questions

0 like 0 dislike
0 answers 379 views
1 like 0 dislike
1 answer 264 views
asked in T10 by ishan.zuaim Q&A Freshman (123 points)
0 like 0 dislike
1 answer 474 views
asked in M8 by tisto Q&A Freshman (102 points)
0 like 0 dislike
1 answer 424 views
asked in T10 by yirien Q&A Freshman (102 points)
0 like 0 dislike
1 answer 502 views
asked in T10 by ishan.zuaim Q&A Freshman (123 points)
0 like 0 dislike
1 answer 651 views
0 like 0 dislike
1 answer 605 views
Welcome to Telpo Q&A,

If you have a technical question ,please ask here, in English.

If you have faulty devices need be repaired,please create a issue ticket.

Please inquiry your ticket.

Notice :If you have an urgent question or cannot register account of Q&A, you can contact the online support in below jivochat .

Categories

...