wlan: Change the length of the extended capabilities IE

When the wpa_supplicant enables the FILS flag, when it issues the
connection command, it sets the Ext Caps length as 10.
But for prima, the function limUpdateExtCapIEtoStruct() returns
because the length is invalid, so it will skip the Ext Caps IE in
the assoc request frame.

Modify the extended capabilities IE length to 15.

Change-Id: I2dad7a0c77548e676674309bf64c9405c0dd9554
CRs-Fixed: 2349134
diff --git a/CORE/SYS/legacy/src/utils/src/parserApi.c b/CORE/SYS/legacy/src/utils/src/parserApi.c
index d71afcd..3c6111f 100644
--- a/CORE/SYS/legacy/src/utils/src/parserApi.c
+++ b/CORE/SYS/legacy/src/utils/src/parserApi.c
@@ -1110,6 +1110,8 @@
        }
     }
 
+    p_ext_cap->fils_capability = 0;
+
     if (pDot11f->present)
     {
         /* Need to compute the num_bytes based on bits set */