aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-04-15 09:53:05 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-04-15 09:53:05 -0700
commit2daba882a1639c3bee76842bdf82d539c87ac971 (patch)
tree0615ca068a6566f5c80a81b1f9b664a21d6b2e9a
parentaba5070f26104c4558c0de44706ea2d79b2fd2c1 (diff)
parent4f617210177c40f9f734e35506ced00eaf2f800f (diff)
downloadandroid_external_wpa_supplicant_8-2daba882a1639c3bee76842bdf82d539c87ac971.tar.gz
android_external_wpa_supplicant_8-2daba882a1639c3bee76842bdf82d539c87ac971.tar.bz2
android_external_wpa_supplicant_8-2daba882a1639c3bee76842bdf82d539c87ac971.zip
Merge "FST: Fix session setup failure with peer without MB IE" into wlan-service.lnx.1.0-dev.1.0
-rw-r--r--src/fst/fst_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fst/fst_group.c b/src/fst/fst_group.c
index e0c055f0..d6157b17 100644
--- a/src/fst/fst_group.c
+++ b/src/fst/fst_group.c
@@ -220,7 +220,7 @@ fst_group_get_new_iface_by_mbie_and_band_id(struct fst_group *g,
if (peer_addr &&
fst_iface_is_connected(iface, peer_addr,
- TRUE) &&
+ FALSE) &&
band_id == fst_iface_get_band_id(iface)) {
os_memcpy(iface_peer_addr, peer_addr,
ETH_ALEN);