2013-12-02 21:07:46 +08:00
|
|
|
--- a/wpa_supplicant/wpa_cli.c
|
|
|
|
+++ b/wpa_supplicant/wpa_cli.c
|
|
|
|
@@ -26,6 +26,10 @@
|
|
|
|
#endif /* ANDROID */
|
|
|
|
|
|
|
|
|
|
|
|
+#ifndef CONFIG_P2P
|
|
|
|
+#define CONFIG_P2P
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
static const char *wpa_cli_version =
|
|
|
|
"wpa_cli v" VERSION_STR "\n"
|
2014-04-06 20:13:55 +08:00
|
|
|
"Copyright (c) 2004-2014, Jouni Malinen <j@w1.fi> and contributors";
|