wfd: Support to configured WFD R2 Element
Bug: 179342930
Test: atest VtsHalWifiSupplicantP2pV1_4TargetTest
Change-Id: Id289a894fa3ac6a5954a328d2eb83557c7b43196
diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c
index 759a05e..a7e7587 100644
--- a/wpa_supplicant/p2p_supplicant.c
+++ b/wpa_supplicant/p2p_supplicant.c
@@ -2496,7 +2496,7 @@
u8 *wfd_dev_info = NULL;
u8 wfd_dev_info_len = 0;
u8 *wfd_r2_dev_info = NULL;
- u8 wfd_r2_dev_info_len = 0
+ u8 wfd_r2_dev_info_len = 0;
#ifndef CONFIG_NO_STDOUT_DEBUG
struct wpa_supplicant *wpa_s = ctx;
char devtype[WPS_DEV_TYPE_BUFSIZE];