Parcourir la source

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.
Jouni Malinen il y a 14 ans
Parent
commit
b029bd33c4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      wpa_supplicant/p2p_supplicant.c

+ 1 - 0
wpa_supplicant/p2p_supplicant.c

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