P2P: Allow separate interface GO to disconnect low-ack STAs
authorArik Nemtsov <arik@wizery.com>
Sun, 25 Aug 2013 06:28:50 +0000 (09:28 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 25 Aug 2013 06:28:50 +0000 (09:28 +0300)
Propagate the disassoc_low_ack setting from the main P2P interface to
the group interface.

Signed-hostap: Arik Nemtsov <arik@wizery.com>

wpa_supplicant/p2p_supplicant.c

index 2c363ec..55e6c0f 100644 (file)
@@ -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;
 }