From 85f713f6109b3a361c60678f6d2f9d1795837544 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 27 Jan 2019 14:56:06 +0100 Subject: [PATCH] new: wps device password id fields descriptors --- packets/dot11_wps.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packets/dot11_wps.go b/packets/dot11_wps.go index 16fa7026..d96a5983 100644 --- a/packets/dot11_wps.go +++ b/packets/dot11_wps.go @@ -37,7 +37,10 @@ var ( }}, 0x1057: wpsAttr{Name: "AP Setup Locked"}, 0x1041: wpsAttr{Name: "Selected Registrar"}, - 0x1012: wpsAttr{Name: "Device Password ID"}, + 0x1012: wpsAttr{Name: "Device Password ID", Desc: map[string]string{ + "0000": "Pin", + "0004": "PushButton", + }}, 0x1053: wpsAttr{Name: "Selected Registrar Config Methods", Desc: map[string]string{ "0001": "USB", "0002": "Ethernet",