Open mounir01 opened 9 years ago
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
Please what are the parameters (params) in connectWifi methos?