mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: parsing WPS response type field
This commit is contained in:
parent
be055f5e41
commit
53d07298b7
1 changed files with 6 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue