hostapd: always include p2p options in wpa_cli

This commit is contained in:
Felix Fietkau 2013-12-02 13:07:46 +00:00 committed by sinavir
parent da9d6738e1
commit 61164db8f3
No known key found for this signature in database

View file

@ -26,6 +26,15 @@
#include <cutils/properties.h>
#endif /* ANDROID */
#ifndef CONFIG_P2P
#define CONFIG_P2P
#endif
#ifndef CONFIG_AP
#define CONFIG_AP
#endif
#ifndef CONFIG_MESH
#define CONFIG_MESH
#endif
static const char *const wpa_cli_version =
"wpa_cli v" VERSION_STR "\n"