]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add optional reassoc-to-same-BSS optimization
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 19 Feb 2015 14:35:39 +0000 (16:35 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 19 Feb 2015 14:35:39 +0000 (16:35 +0200)
commit59b416c7339b342ee6954646cfe861c3f86617e5
treeda6cd3094ae33565b33dc0f6bb2e21e71946ee60
parentc4da67deef2d34241d710ed84dcd6a40c32f8f76
Add optional reassoc-to-same-BSS optimization

The new reassoc_same_bss_optim=1 configuration parameter can now be used
to request wpa_supplicant to bypass the unnecessary Authentication frame
exchange when reassociating back to the same BSS with which the device
is already associated. This functionality is disabled by default since
it may cause undesired interoperability issues with some APs.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/sme.c