Languages

Menu
Sites
Language
Retrieving WIFI Access Points which are not in range

Hi All,

I am able to retrieve all access points which are in range by wifi_foreach_found_aps API.

But How can I get the APs which I connected earlier and not in Range.

I want to "Forget" those AP which are not in Range but saved in device.

Thank you.

Edited by: Dharmesh Guna on 25 May, 2015

Responses

4 Replies
colin Rao

I am afraid that you cant delete such saved APs if it's not in the list of scan result. Seems tizen don't provide such api. Also, I've checked my android phone wifi settings, seems it's also don't provide such case. :)

Dharmesh Guna

Thanks Colin. I will update my code accordingly. :)

Shuhrat Dehkanov

Android does have saved networks screen under Wi-Fi settings: turning on the Wi-Fi and choosing "Saved networks" from menu is showing all saved APs including those that are not in range.

Dharmesh Guna

Hi Shuhrat,

Can we retrieve Saved Neworks using WIFI APIs in Android?

I want to create/delete APs programatically.

If I create AP and try to connect once. It saves automatically. But without trying to connect can we save the wifi ap details?