hostapd: always include p2p options in wpa_cli
This commit is contained in:
parent
da9d6738e1
commit
61164db8f3
1 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,15 @@
|
||||||
#include <cutils/properties.h>
|
#include <cutils/properties.h>
|
||||||
#endif /* ANDROID */
|
#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 =
|
static const char *const wpa_cli_version =
|
||||||
"wpa_cli v" VERSION_STR "\n"
|
"wpa_cli v" VERSION_STR "\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue