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

How do I retrieve a specific Wi-Fi SSID from the wifiList? #108

Closed benjaminle9x closed 3 years ago

benjaminle9x commented 3 years ago

Once "Available WIFI Networks" button is clicked, the modal will be rendered and the Wi-Fi list will be shown. My question is how do I retrieve a specific Wi-Fi SSID after clicking on one of the Wi-Fi on the list?

*I tried using: this.state.wifiList[w].SSID but it is always the last Wi-Fi's SSID on the list, not the one I click on.