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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue