]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Copy p2p_intra_bss setting to the group interface
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 4 Nov 2010 14:53:09 +0000 (16:53 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 4 Nov 2010 14:53:09 +0000 (16:53 +0200)
This is needed to allow p2p_intra_bss take effect when using
separate group interfaces.

wpa_supplicant/p2p_supplicant.c

index 447838a34e9ca43aef0b00eaae8036f90c3f9e51..82add2bd2e01eb7aaf5d657f76814b0fc045c686 100644 (file)
@@ -868,6 +868,7 @@ static void wpas_p2p_clone_config(struct wpa_supplicant *dst,
 #undef C
 
        d->p2p_group_idle = s->p2p_group_idle;
+       d->p2p_intra_bss = s->p2p_intra_bss;
 }