Git Product home page Git Product logo

Comments (4)

gabrielrra avatar gabrielrra commented on July 20, 2024 2

I think the problem is you can only disconnect from a wifi you own app has configured.
From the documentation on removeConfigurationForSSID :
"Your app can use this method to delete a configuration that it has added, but not a configuration added by another app or by the user. The user can also delete configured networks through Settings > Wi-Fi."

from react-native-wifi-reborn.

JuanSeBestia avatar JuanSeBestia commented on July 20, 2024

🎉 This issue has been resolved in version 4.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

from react-native-wifi-reborn.

sudhakarmako avatar sudhakarmako commented on July 20, 2024

await WifiManager.disconnectFromSSID(currentSSID)
.then(
() => console.log('success disconnect'),
e => {
console.log('failure disconnect', e);
},
)
.catch(e => {
console.log('error', e);
});

even for the wrong SSID, I'm getting disconnection successful.

I'm trying to implement a connection to an already connected wifi SSID in order to check the password is correct. that too is getting successes for the wrong password.

from react-native-wifi-reborn.

jwh-hutchison avatar jwh-hutchison commented on July 20, 2024

🎉 This issue has been resolved in version 4.4.1 🎉

The release is available on:

* [GitHub release](https://github.com/JuanSeBestia/react-native-wifi-reborn/releases/tag/v4.4.1)

* [npm package (@latest dist-tag)](https://www.npmjs.com/package/react-native-wifi-reborn/v/4.4.1)

Your semantic-release bot 📦🚀

No it hasn't.

from react-native-wifi-reborn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.