cordova-plugin-wifi icon indicating copy to clipboard operation
cordova-plugin-wifi copied to clipboard

connectWifi params

Open mounir01 opened this issue 9 years ago • 1 comments

Please what are the parameters (params) in connectWifi methos?

mounir01 avatar Aug 15 '15 18:08 mounir01

Looks like the plugin passes an object that will validate as a WiFi configuration object, straight to the native WifiManager. Example:

{
   'SSID' : 'My Network'
   'preSharedKey' : 'abcdefhijklmnopqrstuvwxyz'
}

Docs: http://developer.android.com/reference/android/net/wifi/WifiConfiguration.html

jorisw avatar Oct 21 '15 17:10 jorisw