floatinghotpot / cordova-plugin-wifi

Cordova plugin to access mobile device Wifi info and operation
MIT License
19 stars 16 forks source link

cordova-plugin-wifi

Cordova plugin to access mobile device WiFi

API

getWifiInfo(okcallback, failcallback);

enableWifi(istrue, okcallback, failcallback)

connectWifi(istrue, params, okcallback, failcallback);

enableWifiAP(istrue, params, okcallback, failcallback);

enableWifiLock(istrue, okcallback, failcallback);

Credits

The plugin is created and maintained by Raymond Xie.