Add support for driver command to update roaming policy
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 11 Sep 2014 12:52:37 +0000 (15:52 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 11 Sep 2014 12:59:42 +0000 (15:59 +0300)
commit0ef023e47863ed92367fca9a65ace6f329eb3d8c
tree5e73c8b6784bfe0d5771b995ebe9854a595f944a
parent0cd9846c632880134b1307f5c3e970151f9f1674
Add support for driver command to update roaming policy

The network block bssid parameter can be used to force a specific BSS to
be used for a connection. It is also possible to modify this parameter
during an association. Previously, that did not result in any
notification to the driver which was somewhat problematic with drivers
that take care of BSS selection. Add a new mechanism to allow
wpa_supplicant to provide a driver update if the bssid parameter change
for the current connection modifies roaming policy (roaming
allowed/disallowed within ESS).

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