From: Jouni Malinen Date: Sat, 4 May 2013 23:46:41 +0000 (+0300) Subject: wpadebug: Add generic control interface command mechanism X-Git-Tag: aosp-kk-from-upstream~301 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9008e43e555816aaf1f5a31d1cd22ad671b2e76;p=thirdparty%2Fhostap.git wpadebug: Add generic control interface command mechanism Signed-hostap: Jouni Malinen --- diff --git a/wpadebug/AndroidManifest.xml b/wpadebug/AndroidManifest.xml index f351b0829..227f1825f 100644 --- a/wpadebug/AndroidManifest.xml +++ b/wpadebug/AndroidManifest.xml @@ -32,5 +32,9 @@ android:label="Command list" android:parentActivityName="w1.fi.wpadebug.MainActivity"> + + diff --git a/wpadebug/README b/wpadebug/README index ada07babe..5d91fb7b7 100644 --- a/wpadebug/README +++ b/wpadebug/README @@ -50,6 +50,9 @@ arbitrary shell commands to be executed. This text file need to be in example: version@cat /proc/version +Similarly, /data/local/wpadebug.wpacmds can be used to define additional +wpa_supplicant control interface commands. + Uninstallation -------------- diff --git a/wpadebug/res/layout/main.xml b/wpadebug/res/layout/main.xml index b3337e470..76841b149 100644 --- a/wpadebug/res/layout/main.xml +++ b/wpadebug/res/layout/main.xml @@ -1,6 +1,6 @@ @@ -38,36 +38,6 @@ android:layout_height="wrap_content" android:text="wpa_supplicant commands" /> - -