mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 16:54:04 -05:00
WPS: Add wildcard AuthorizedMACs entry for PBC
This commit is contained in:
parent
8672562b04
commit
22a062815d
@ -841,6 +841,8 @@ static void wps_registrar_stop_pbc(struct wps_registrar *reg)
|
||||
{
|
||||
reg->selected_registrar = 0;
|
||||
reg->pbc = 0;
|
||||
wps_registrar_remove_authorized_mac(reg,
|
||||
(u8 *) "\xff\xff\xff\xff\xff\xff");
|
||||
wps_registrar_selected_registrar_changed(reg);
|
||||
}
|
||||
|
||||
@ -876,6 +878,8 @@ int wps_registrar_button_pushed(struct wps_registrar *reg)
|
||||
reg->force_pbc_overlap = 0;
|
||||
reg->selected_registrar = 1;
|
||||
reg->pbc = 1;
|
||||
wps_registrar_add_authorized_mac(reg,
|
||||
(u8 *) "\xff\xff\xff\xff\xff\xff");
|
||||
wps_registrar_selected_registrar_changed(reg);
|
||||
|
||||
eloop_cancel_timeout(wps_registrar_set_selected_timeout, reg, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user