]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add support to send updated connection parameters
authorVidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Thu, 17 Aug 2017 08:06:40 +0000 (13:36 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 17 Oct 2017 13:04:51 +0000 (16:04 +0300)
commit3c67e977dec519814d4310c00cdf5f3a968198ce
tree549e9766ca2a7ddf6e5b05d03bb05012078fd8be
parentcddfda7892b8a2cdb0a7a16a405233f11815ef13
nl80211: Add support to send updated connection parameters

After an initial connection certain connection parameters may be
updated. It may be necessary to send these parameters to drivers since
these will be used in driver-initiated roaming cases. This commit
defines the driver_ops call for this and implements the needed
functionality for the nl80211 driver interface.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver.h
src/drivers/driver_nl80211.c