Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 15, 2017
1 parent 81a4c84 commit aed5d0d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions documentation/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
To add an open network:

```java
int addedSuccessfully = mWiseFy.addOpenNetwork("Open Network");
```

To add a WEP network:

```java
int addedSuccessfully = mWiseFy.addWEPNetwork("WEP Network", "123456");
```

To add a WPA2 network:

```java
int addedSuccessfully = mWiseFy.addWPA2Network("WPA2 Network", "12345678");
```

0 comments on commit aed5d0d

Please sign in to comment.