hostapd: P2P: Fix a corner case in peer addition based on PD Request
[librecmc/librecmc.git] / package / network / services / hostapd / patches / 431-wpa_cli_ifdef.patch
index 2c9fe28a1d617f804f821ac8696d7093bb1553c0..65c31c567fcab27c41b146a4a589744b800ad664 100644 (file)
@@ -1,11 +1,17 @@
 --- a/wpa_supplicant/wpa_cli.c
 +++ b/wpa_supplicant/wpa_cli.c
-@@ -26,6 +26,9 @@
+@@ -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 =