mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 10:18:21 -05:00
P2P: Clone beacon_int when initializing new group interface
Signed-hostap: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
4bb4f7cd00
commit
41b1a76a96
@ -973,6 +973,7 @@ static void wpas_p2p_clone_config(struct wpa_supplicant *dst,
|
||||
d->max_num_sta = s->max_num_sta;
|
||||
d->pbc_in_m1 = s->pbc_in_m1;
|
||||
d->ignore_old_scan_res = s->ignore_old_scan_res;
|
||||
d->beacon_int = s->beacon_int;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user