Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long connection to Access Point #189

Open
LJOSS opened this issue Jul 24, 2023 · 1 comment
Open

Long connection to Access Point #189

LJOSS opened this issue Jul 24, 2023 · 1 comment
Assignees
Labels
From User Reported by a user and non-library contributor Question A question about functionality or behavior
Milestone

Comments

@LJOSS
Copy link

LJOSS commented Jul 24, 2023

Contact Details

[email protected]

Decrease time connection to AP

Hi Wisefy Team!

I have a question about connection to existing AP.

Im using this API


Wisefy.Brains(this).getSmarts().addNetwork(
                AddNetworkRequest.WPA2("SomeNetwork", "somePassword"),
                object : AddNetworkCallbacks {
                    override fun onFailureAddingNetwork(result: AddNetworkResult.Failure) {
                        println("onFailureAddingNetwork - $result")
                    }

                    override fun onSuccessAddingNetwork(result: AddNetworkResult.Success) {
                        println("onSuccessAddingNetwork - $result")
                    }

                    override fun onWisefyAsyncFailure(exception: WisefyException) {
                        println("onWisefyAsyncFailure e - $exception")
                    }
                }
)

And it works good! But sometimes this API working very slow(15-30 sec for connection)

Is it possible to decrease time connection to AP?

@LJOSS LJOSS added From User Reported by a user and non-library contributor Question A question about functionality or behavior labels Jul 24, 2023
@isuPatches
Copy link
Owner

@LJOSS Thanks for the feedback! I will keep this issue open until I have a chance to investigate. Unfortunately, I have not been able to do much active work on this project for some time but hope to soon. I am always willing to review and accept pull requests.

@isuPatches isuPatches added this to the 5.0.0 milestone Jul 9, 2024
@isuPatches isuPatches modified the milestones: 5.0.0, 5.1.0 Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
From User Reported by a user and non-library contributor Question A question about functionality or behavior
Projects
None yet
Development

No branches or pull requests

2 participants