nl80211: Allow driver-based roam to change ESS

This extends NL80211_CMD_ROAM event processing to allow the driver to
roam to another ESS (different SSID) when using offloaded BSS selection.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Krishna Vamsi 2015-03-13 17:59:20 +05:30 committed by Jouni Malinen
parent 05121d3564
commit c41d0840a1
4 changed files with 35 additions and 2 deletions

View file

@ -433,7 +433,7 @@ int wpa_driver_nl80211_stop_sched_scan(void *priv)
}
static const u8 * nl80211_get_ie(const u8 *ies, size_t ies_len, u8 ie)
const u8 * nl80211_get_ie(const u8 *ies, size_t ies_len, u8 ie)
{
const u8 *end, *pos;