bcsphere / wifi

Cordova Wifi Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wifi

Cordova Wifi Plugin

Usage

navigator.wifi.getConnectedWifiInfo(success,fail);

success

{
BSSID: "0:1a:3f:88:88:88"
IPAddress: "192.168.1.142"
MacAddress: "" // On iOS7+ this will always be blank
SSID: "MY_WIRELESS_SSID"
}

About

Cordova Wifi Plugin

License:Apache License 2.0