mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
P2P: Clone 'disable_scan_offload' parameter for p2p group
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
63ce59dea8
commit
f22f274bbf
@ -1133,6 +1133,7 @@ static void wpas_p2p_clone_config(struct wpa_supplicant *dst,
|
||||
d->ignore_old_scan_res = s->ignore_old_scan_res;
|
||||
d->beacon_int = s->beacon_int;
|
||||
d->disassoc_low_ack = s->disassoc_low_ack;
|
||||
d->disable_scan_offload = s->disable_scan_offload;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user