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 <arik@wizery.com>
This commit is contained in:
Arik Nemtsov 2013-08-25 09:28:50 +03:00 committed by Jouni Malinen
parent 5bcd5c5a68
commit 5046eb4e4d

View 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;
}