hostapd: always include p2p options in wpa_cli
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38981
This commit is contained in:
parent
94f7ae90f8
commit
5022b3949a
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
--- 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-2013, Jouni Malinen <j@w1.fi> and contributors";
|
Loading…
Reference in a new issue