14 lines
295 B
Diff
14 lines
295 B
Diff
|
--- 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"
|
||
|
"Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi> and contributors";
|