mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
fix: don't overwrite full WPS map when new info arrive
This commit is contained in:
parent
4e82a4356a
commit
2c2be3149d
2 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,7 @@ func NewStation(essid, bssid string, frequency int, rssi int8) *Station {
|
|||
Endpoint: NewEndpointNoResolve(MonitorModeAddress, bssid, cleanESSID(essid), 0),
|
||||
Frequency: frequency,
|
||||
RSSI: rssi,
|
||||
WPS: make(map[string]string),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue