mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-20 02:43:38 +00:00
14 lines
301 B
Diff
14 lines
301 B
Diff
--- a/wpa_supplicant/wpa_cli.c
|
|
+++ b/wpa_supplicant/wpa_cli.c
|
|
@@ -27,6 +27,10 @@
|
|
#endif /* ANDROID */
|
|
|
|
|
|
+#ifndef CONFIG_P2P
|
|
+#define CONFIG_P2P
|
|
+#endif
|
|
+
|
|
static const char *const wpa_cli_version =
|
|
"wpa_cli v" VERSION_STR "\n"
|
|
"Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi> and contributors";
|