]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix BSSID enforcement with driver-based BSS selection
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 11 May 2012 12:27:46 +0000 (15:27 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 11 May 2012 12:27:46 +0000 (15:27 +0300)
commitf15854d1e15e212ef9dbd8d734f0ffbed69e1b86
tree6a368c9d382b8b1f7588d23b47c4efce0b0aa5ad
parent2c1e5575079f18e97f5d5751d0300b2e7c6a1aba
Fix BSSID enforcement with driver-based BSS selection

Previously, wpa_supplicant did not specify BSSID to any connection
request if the driver indicated that it will take care of BSS selection.
This is fine for most use cases, but can result to issues if the network
block has an explicit bssid parameter to select which BSS is to be used.
Fix this by setting BSSID and channel when the network block includes the
bssid parameter even if the driver indicates support for BSS selection.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
intended-for: hostap-1
wpa_supplicant/wpa_supplicant.c