devstepbcn / react-native-android-wifi

A react-native module for viewing and connecting to Wifi networks on Android devices.
ISC License
212 stars 121 forks source link

Added connectToHiddenNetwork method #64

Closed mojabyte closed 5 years ago

mojabyte commented 5 years ago

Add a hidden wifi network and connect to it Example: wifi.connectToHiddenNetwork(ssid, password, (networkAdded) => {}); Callback returns true if network added and tried to connect to it successfully It may take up to 15s to connect to hidden networks