]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpadebug: Add a Wi-Fi debugging app for Android
authorJouni Malinen <j@w1.fi>
Thu, 2 May 2013 21:52:32 +0000 (00:52 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 2 May 2013 23:09:53 +0000 (02:09 +0300)
commit4bb4f7cd0048c5315163f9efe060b41897435207
treeaeeee651b88cac0566344c9b8b1c74aa09af565c
parent741ed9fc2503550270eb3e47803373de5c8994fd
wpadebug: Add a Wi-Fi debugging app for Android

This tool can be used to debug Wi-Fi functionality on Android both
through the Android framework and through direct access to
wpa_supplicant.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpadebug/AndroidManifest.xml [new file with mode: 0644]
wpadebug/README [new file with mode: 0644]
wpadebug/build.xml [new file with mode: 0644]
wpadebug/project.properties [new file with mode: 0644]
wpadebug/res/layout/main.xml [new file with mode: 0644]
wpadebug/src/w1/fi/wpadebug/DisplayMessageActivity.java [new file with mode: 0644]
wpadebug/src/w1/fi/wpadebug/MainActivity.java [new file with mode: 0644]