mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
fix: wifi.region must be blank by default
This commit is contained in:
parent
d5016bc506
commit
3dbc904ddd
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ func NewWiFiModule(s *session.Session) *WiFiModule {
|
||||||
mod.AddHandler(assoc)
|
mod.AddHandler(assoc)
|
||||||
|
|
||||||
mod.AddParam(session.NewStringParameter("wifi.region",
|
mod.AddParam(session.NewStringParameter("wifi.region",
|
||||||
"BO",
|
"",
|
||||||
"",
|
"",
|
||||||
"Set the WiFi region to this value before activating the interface."))
|
"Set the WiFi region to this value before activating the interface."))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue