wpa_supplicant_lib: Increase cmd size for P2P GO

BUG: 6427094

Change-Id: I98a4739f2a5d0a95b6946d5ee851683e1fc18a6d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c b/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
index ac27b53..eafb118 100644
--- a/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
+++ b/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
@@ -20,7 +20,7 @@
 #define WPA_PS_ENABLED		0
 #define WPA_PS_DISABLED		1
 
-#define MAX_WPSP2PIE_CMD_SIZE		384
+#define MAX_WPSP2PIE_CMD_SIZE		512
 
 typedef struct android_wifi_priv_cmd {
 	char *buf;