Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Apr 30, 2016
1 parent af298c3 commit cd98623
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ To check and see if a network is secure (WEP/PSK/EAP capabilities):
boolean secure = WiseFy.getSmarts().isSecure(scanResult);
```

To check and see if Wifi is enabled on a device:

```java
boolean wifiEnabled = WiseFy.getSmarts().isWifiEnabled(getActivity());
```

To reconnect to a network given an SSID:

```java
Expand Down

0 comments on commit cd98623

Please sign in to comment.