Add ctrl_iface command for triggering a roam to a specific BSS
authorJouni Malinen <j@w1.fi>
Sat, 10 Apr 2010 19:56:55 +0000 (22:56 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 10 Apr 2010 19:56:55 +0000 (22:56 +0300)
commit86d4f806da8ca21a1dcb777494da2307d76127cf
treec2e3f388117a0aa5b308b333894b2766f59de84d
parenta7b6c42232cf5a0dd839a5e39c9b546453cfa3aa
Add ctrl_iface command for triggering a roam to a specific BSS

'wpa_cli roam <bssid>' can now be used to test roaming within an ESS
(e.g., for FT over-the-air). This command will bypass a new scan and
will select the BSS based on the specified BSSID. It is responsibility
of the caller to make sure that the target AP is in the BSS table.
This can be done, e.g., by running a scan before the roam command,
if needed.
wpa_supplicant/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant_i.h