Socket
Socket
Sign inDemoInstall

cordova-wifiinfo-plugin

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordova-wifiinfo-plugin

Cordova WifiInfo Plugin


Version published
Weekly downloads
13
increased by160%
Maintainers
1
Install size
6.38 kB
Created
Weekly downloads
 

Readme

Source

cordova-wifiinfo-plugin

Cordova plugin based on android.net.WifiInfo, retrives wifiInfo like link speed SSID etc.

Installation

cordova plugin add cordova-wifiinfo-plugin

Usage

 function success(results) {
            console.log(JSON.stringify(results));
          };
  function err(e) {
            console.log(JSON.stringify(e));
          };
 
 WifiInfo.getWifiInfo(success,err);

Response

{
   MacAddress: "xx:xx:xx:xx:xx:xx",
   BSSID: "xx:xx:xx:xx:xx:xx",
   HiddenSSID: false,
   IpAddress: "x.x.x.x",
 LinkSpeed: 72,
   NetworkId: 5,
   Rssi: -40,
   SSID: "\"xxx_xxx\""
}

Keywords

FAQs

Last updated on 27 Jul 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc