new: parsing WPS response type field

This commit is contained in:
evilsocket 2019-01-27 16:50:56 +01:00
commit 53d07298b7
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -43,7 +43,12 @@ var (
"0000": "Pin",
"0004": "PushButton",
}},
0x103B: wpsAttr{Name: "Response Type"},
0x103B: wpsAttr{Name: "Response Type", Desc: map[string]string{
"00": "Enrollee Info",
"01": "Enrollee",
"02": "Registrar",
"03": "AP",
}},
0x1047: wpsAttr{Name: "UUID-E"},
0x1021: wpsAttr{Name: "Manufacturer", Type: wpsStr},
0x1023: wpsAttr{Name: "Model Name", Type: wpsStr},