hostapd: unconditionally enable ap/mesh for wpa-cli
Without this change, wpa-cli features depend on which wpad build variant was used to build the wpa-cli package Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		@@ -1,11 +1,17 @@
 | 
				
			|||||||
--- a/wpa_supplicant/wpa_cli.c
 | 
					--- a/wpa_supplicant/wpa_cli.c
 | 
				
			||||||
+++ b/wpa_supplicant/wpa_cli.c
 | 
					+++ b/wpa_supplicant/wpa_cli.c
 | 
				
			||||||
@@ -26,6 +26,9 @@
 | 
					@@ -26,6 +26,15 @@
 | 
				
			||||||
 #include <cutils/properties.h>
 | 
					 #include <cutils/properties.h>
 | 
				
			||||||
 #endif /* ANDROID */
 | 
					 #endif /* ANDROID */
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
+#ifndef CONFIG_P2P
 | 
					+#ifndef CONFIG_P2P
 | 
				
			||||||
+#define CONFIG_P2P
 | 
					+#define CONFIG_P2P
 | 
				
			||||||
 | 
					+#endif
 | 
				
			||||||
 | 
					+#ifndef CONFIG_AP
 | 
				
			||||||
 | 
					+#define CONFIG_AP
 | 
				
			||||||
 | 
					+#endif
 | 
				
			||||||
 | 
					+#ifndef CONFIG_MESH
 | 
				
			||||||
 | 
					+#define CONFIG_MESH
 | 
				
			||||||
+#endif
 | 
					+#endif
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 static const char *const wpa_cli_version =
 | 
					 static const char *const wpa_cli_version =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user