qsap: Support to configured Vendor IE elements in hostapd.conf.

With this commit, able to configured vendor_elements and
assocresp_elements in hostapd.conf file.
i.e
  qdc softap qccmd set vendor_elements=<Values>
  qdc softap qccmd set assocresp_elements=<Values>

Change-Id: Ib67413779a347c6567ab093bf84f87b1b63cc7db
CRs-Fixed: 2197458
This commit is contained in:
Ajit Vaishya
2017-08-14 22:31:29 +05:30
parent 4d42a1d281
commit 3f87532c1e
2 changed files with 4 additions and 0 deletions

View File

@@ -180,6 +180,8 @@ static struct Command cmd_list[eCMD_LAST] = {
{ "ssid2", NULL },
{ "bridge", NULL },
{ "ctrl_interface", NULL },
{ "vendor_elements", NULL },
{ "assocresp_elements", NULL },
};
struct Command qsap_str[eSTR_LAST] = {