]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add bssid/freq hint for driver-based BSS selection
authorDmitry Shmidt <dimitrysh@google.com>
Thu, 13 Feb 2014 13:14:18 +0000 (15:14 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 13 Feb 2014 13:14:18 +0000 (15:14 +0200)
commit7ac7fd43aa6ec3a5ca3848c66fcbf0dd38328174
tree95f3b3e84ab0550a00ca7daa72ed9d4532179217
parent92484e2d798c4d98c506eabfc7a78e4d61442be8
Add bssid/freq hint for driver-based BSS selection

This uses the new nl80211 attributes to allow the connect command to
provide bssid and freq hints to the driver without limiting roaming to
the specific BSS/frequency. This can be used by drivers that perform
internal BSS selection (WPA_DRIVER_FLAGS_BSS_SELECTION) as a candidate
for initial association.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/wpa_supplicant.c