You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
295 B
13 lines
295 B
--- 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-2014, Jouni Malinen <j@w1.fi> and contributors";
|
|
|