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.
|
--- a/wpa_supplicant/wpa_cli.c
|
|
+++ b/wpa_supplicant/wpa_cli.c
|
|
@@ -26,6 +26,9 @@
|
|
#include <cutils/properties.h>
|
|
#endif /* ANDROID */
|
|
|
|
+#ifndef CONFIG_P2P
|
|
+#define CONFIG_P2P
|
|
+#endif
|
|
|
|
static const char *const wpa_cli_version =
|
|
"wpa_cli v" VERSION_STR "\n"
|
|
|