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

How to disconnect from a ssid and connect another ssid? #105

Open
4 tasks
kingkarki opened this issue Apr 15, 2020 · 2 comments
Open
4 tasks

How to disconnect from a ssid and connect another ssid? #105

kingkarki opened this issue Apr 15, 2020 · 2 comments

Comments

@kingkarki
Copy link

Prerequisites

Check all boxes if you have done the following:

Issue type

Select all that apply

  • Bug
  • Enhancement
  • Task
  • [yes ] Question
  • Other

Description

When I try to disconnect using the following code I am unable to disconnect. It gives me an error.

disconnect(){
  WifiWizard2.disconnect('karki_fsrkt').then((ssid) => {
    console.log("Disconnect: " + ssid);
    this.wifiSsid = ssid;
  }).catch((err) => {
    console.log("Failed to disconnect");
    console.error(err);
  });;

}

DISCONNECT_NET_DISABLE_ERROR

How to disconnect properly? I am using an android phone.
[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

Please include the plugin version that you are using and also include the OS, version and device you are using.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

@hathemi
Copy link

hathemi commented May 25, 2020

have you find a solution for this ?

@ashutoshtiwari199
Copy link

Any update on above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants