2013-12-02 13:07:46 +00:00
|
|
|
--- a/wpa_supplicant/wpa_cli.c
|
|
|
|
+++ b/wpa_supplicant/wpa_cli.c
|
2020-01-28 13:12:08 +00:00
|
|
|
@@ -26,6 +26,15 @@
|
2016-01-28 17:19:13 +00:00
|
|
|
#include <cutils/properties.h>
|
2013-12-02 13:07:46 +00:00
|
|
|
#endif /* ANDROID */
|
|
|
|
|
|
|
|
+#ifndef CONFIG_P2P
|
|
|
|
+#define CONFIG_P2P
|
2020-01-28 13:12:08 +00:00
|
|
|
+#endif
|
|
|
|
+#ifndef CONFIG_AP
|
|
|
|
+#define CONFIG_AP
|
|
|
|
+#endif
|
|
|
|
+#ifndef CONFIG_MESH
|
|
|
|
+#define CONFIG_MESH
|
2013-12-02 13:07:46 +00:00
|
|
|
+#endif
|
2016-01-28 17:19:13 +00:00
|
|
|
|
|
|
|
static const char *const wpa_cli_version =
|
2013-12-02 13:07:46 +00:00
|
|
|
"wpa_cli v" VERSION_STR "\n"
|