Socket
Book a DemoInstallSign in
Socket

@alexanderwodarz/wifi-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexanderwodarz/wifi-plugin

Connect to Wifi

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

wifi-plugin

Manage Wifi Networks on any iOS device

Install

npm install wifi-plugin
npx cap sync

API

  • connectWifi(ssid, password, isWEP, once)
  • list(...)
  • remove(...)

connectWifi(...)

connectWifi({ ssid: string, password: string, isWEP: boolean, once: boolean; }) => Promise<{ connected: boolean; }>
ParamType
ssidstring
passwordstring
isWEPboolean
onceboolean

Returns: Promise<{ connected: boolean; }>

list(...)

list() => Promise<{ ssids: array; }>

Returns: Promise<{ ssids: array; }>

remove(...)

list() => void

Returns: void

Keywords

capacitor

FAQs

Package last updated on 21 Jan 2023

Did you know?

Socket

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