]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - net/wireless/nl80211.c
cfg80211: Add support to update connection parameters
authorvamsi krishna <vamsin@qti.qualcomm.com>
Thu, 27 Oct 2016 13:51:11 +0000 (16:51 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 27 Oct 2016 14:03:28 +0000 (16:03 +0200)
commit088e8df82f91a24728d49d9532cab7ebdee5117f
treedf7cea611e3ef300258a2455cbb120ae11360f94
parent8ac63448651f579494894f9687a759b9112967df
cfg80211: Add support to update connection parameters

Add functionality to update the connection parameters when in connected
state, so that driver/firmware uses the updated parameters for
subsequent roaming. This is for drivers that support internal BSS
selection and roaming. The new command does not change the current
association state, i.e., it can be used to update IE contents for future
(re)associations without causing an immediate disassociation or
reassociation with the current BSS.

This commit implements the required functionality for updating IEs for
(Re)Association Request frame only. Other parameters can be added in
future when required.

Signed-off-by: vamsi krishna <vamsin@qti.qualcomm.com>
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c
net/wireless/rdev-ops.h
net/wireless/trace.h