diff options
| author | Bala Krishna Bhamidipati <c_bbhami@qti.qualcomm.com> | 2016-04-20 09:34:17 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-05 03:47:39 -0700 |
| commit | 4140567b6eaa4da511a1cbba9613e4c8577602b4 (patch) | |
| tree | 5d3d0486de0984b67cfa314725a05ad0a30e9bdd /hostapd/hostapd.conf | |
| parent | 0cc961ee4cf77eef24e138fde3ef758721d35e68 (diff) | |
| download | android_external_wpa_supplicant_8-4140567b6eaa4da511a1cbba9613e4c8577602b4.tar.gz android_external_wpa_supplicant_8-4140567b6eaa4da511a1cbba9613e4c8577602b4.tar.bz2 android_external_wpa_supplicant_8-4140567b6eaa4da511a1cbba9613e4c8577602b4.zip | |
Add assocresp_elements parameter for hostapd
This new parameter allows hostapd to add Vendor Specific elements into
(Re)Association Response frames similarly to the way vendor_elements
parameter can be used for Beacon and Probe Response frames.
Git-commit: a9112270615dd68d422623ebc26c21a6887a2a11
Git-repo : git://w1.fi/srv/git/hostap.git
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Change-Id: I033aced040c894f4dc4791c4e5081135976ebd0c
CRs-Fixed: 1003412
Diffstat (limited to 'hostapd/hostapd.conf')
| -rw-r--r-- | hostapd/hostapd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index c9c4d7e3..9aa49f55 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -274,6 +274,13 @@ ignore_broadcast_ssid=0 # one or more elements) #vendor_elements=dd0411223301 +# Additional vendor specific elements for (Re)Association Response frames +# This parameter can be used to add additional vendor specific element(s) into +# the end of the (Re)Association Response frames. The format for these +# element(s) is a hexdump of the raw information elements (id+len+payload for +# one or more elements) +#assocresp_elements=dd0411223301 + # TX queue parameters (EDCF / bursting) # tx_queue_<queue name>_<param> # queues: data0, data1, data2, data3, after_beacon, beacon |
