ThanosFisherman / WifiUtils

Easily Connect to WiFi Networks
Apache License 2.0
731 stars 188 forks source link

Feature: connect hidden ssid #93

Closed Minuit-Z closed 3 years ago

Minuit-Z commented 3 years ago

Description

What is the problem/feature that your PR fixes? Tag any relevant issues.

WifiUtils can`t connect hidden ssid

Solution

Give a brief explanation of how your PR addresses the situation.

create an correct WifiConfiguration with config.hiddenSSID = true

ThanosFisherman commented 3 years ago

I had success connecting to my hidden network on Android 9 but no luck with Android 10. It throws USER_CANCELD error message. Need to have a deeper look.

ThanosFisherman commented 3 years ago

Manually merged to master.