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:
parent
05121d3564
commit
c41d0840a1
4 changed files with 35 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue