Merge: lib/android: intro WiFi services wrapper
authorJean Privat <jean@pryen.org>
Mon, 14 Mar 2016 18:45:19 +0000 (14:45 -0400)
committerJean Privat <jean@pryen.org>
Mon, 14 Mar 2016 18:45:19 +0000 (14:45 -0400)
commit30194998c022bb84e09b6f73fa132496783d14ac
tree62cd7c8d9655a15897ae865e41c37a709a5da69d
parentb2e3d2b19176d1e2c5be3fb9cd0aa13b5a4ecf48
parent16886d681b7534352e4947ef48b648f78ca93b35
Merge: lib/android: intro WiFi services wrapper

Intro a simple wrapper for Android WiFi services. It allows to list WiFi networks in range, and could be extended with more features in the future.

It was partially generated by jwrapper (with the included command) and completed by hand. As usual with generated wrapper, the client of the library should refer to the corresponding Java/Android documentation to know more about these services.

Pull-Request: #1984
Reviewed-by: Jean Privat <jean@pryen.org>