Add vendor_elements into Beacon/Probe Response IE parameters
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 21 Mar 2013 13:41:27 +0000 (15:41 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 21 Mar 2013 13:41:27 +0000 (15:41 +0200)
commitb084df8b812c43ab9732323df3c8189aa27f0f5c
tree2c698fbf1521c2c41f0ebf40f4a072c781d4ef24
parentb92e08fc726fa8a64d2dc4be96d2e6517972aabe
Add vendor_elements into Beacon/Probe Response IE parameters

Commit b52f084cfaae5a10bf5886cfa159d2df0dfc350a introduced a mechanism
for adding arbitrary vendor-specific elements into the Beacon and Probe
Response frames. However, this information was not added to the separate
buffers used for specifying Beacon and Probe Response IEs for drivers
that build the frames internally. Add vendor_elements to these values,
too, to support such drivers in addition to drivers that use the full
Beacon tail/head buffers.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/ap_drv_ops.c