[PATCH] P2P: allow separate interface GO to disconnect low-ack STAs
Arik Nemtsov
arik
Thu Aug 15 08:47:14 PDT 2013
Propagate the disassoc_low_ack setting from the main P2P interface to
the group interface.
Signed-hostap: Arik Nemtsov <arik at wizery.com>
---
wpa_supplicant/p2p_supplicant.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c
index 2c363ec..55e6c0f 100644
--- a/wpa_supplicant/p2p_supplicant.c
+++ b/wpa_supplicant/p2p_supplicant.c
@@ -1033,6 +1033,7 @@ static void wpas_p2p_clone_config(struct wpa_supplicant *dst,
d->pbc_in_m1 = s->pbc_in_m1;
d->ignore_old_scan_res = s->ignore_old_scan_res;
d->beacon_int = s->beacon_int;
+ d->disassoc_low_ack = s->disassoc_low_ack;
}
--
1.8.1.2
More information about the Hostap
mailing list