mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
new: wps device password id fields descriptors
This commit is contained in:
parent
50bf22af9c
commit
85f713f610
1 changed files with 4 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue