From: Arik Nemtsov Date: Sun, 25 Aug 2013 06:28:50 +0000 (+0300) Subject: P2P: Allow separate interface GO to disconnect low-ack STAs X-Git-Tag: aosp-kk-from-upstream~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5046eb4e4d501a3dfe56a620b94d01d43e73096d;p=thirdparty%2Fhostap.git P2P: Allow separate interface GO to disconnect low-ack STAs Propagate the disassoc_low_ack setting from the main P2P interface to the group interface. Signed-hostap: Arik Nemtsov --- diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index 2c363ec41..55e6c0f5c 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; }