blob: 65c31c567fcab27c41b146a4a589744b800ad664 [file] [log] [blame]
developer29c4d2d2022-12-26 19:41:22 +08001--- a/wpa_supplicant/wpa_cli.c
2+++ b/wpa_supplicant/wpa_cli.c
3@@ -26,6 +26,15 @@
4 #include <cutils/properties.h>
5 #endif /* ANDROID */
6
7+#ifndef CONFIG_P2P
8+#define CONFIG_P2P
9+#endif
10+#ifndef CONFIG_AP
11+#define CONFIG_AP
12+#endif
13+#ifndef CONFIG_MESH
14+#define CONFIG_MESH
15+#endif
16
17 static const char *const wpa_cli_version =
18 "wpa_cli v" VERSION_STR "\n"