mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
WPS: Added driver_test debug dump of Beacon/ProbeResp WPS IE
This commit is contained in:
parent
8874b727ab
commit
06384c662a
@ -762,6 +762,7 @@ static int test_driver_set_wps_beacon_ie(const char *ifname, void *priv,
|
||||
struct test_driver_data *drv = priv;
|
||||
struct test_driver_bss *bss;
|
||||
|
||||
wpa_hexdump(MSG_DEBUG, "test_driver: Beacon WPS IE", ie, len);
|
||||
bss = test_driver_get_bss(drv, ifname);
|
||||
if (bss == NULL)
|
||||
return -1;
|
||||
@ -792,6 +793,7 @@ static int test_driver_set_wps_probe_resp_ie(const char *ifname, void *priv,
|
||||
struct test_driver_data *drv = priv;
|
||||
struct test_driver_bss *bss;
|
||||
|
||||
wpa_hexdump(MSG_DEBUG, "test_driver: ProbeResp WPS IE", ie, len);
|
||||
bss = test_driver_get_bss(drv, ifname);
|
||||
if (bss == NULL)
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user