mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
P2P: Copy p2p_intra_bss setting to the group interface
This is needed to allow p2p_intra_bss take effect when using separate group interfaces.
This commit is contained in:
parent
a0a9f3b02f
commit
b029bd33c4
@ -868,6 +868,7 @@ static void wpas_p2p_clone_config(struct wpa_supplicant *dst,
|
|||||||
#undef C
|
#undef C
|
||||||
|
|
||||||
d->p2p_group_idle = s->p2p_group_idle;
|
d->p2p_group_idle = s->p2p_group_idle;
|
||||||
|
d->p2p_intra_bss = s->p2p_intra_bss;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user