fix: wifi.region must be blank by default

This commit is contained in:
evilsocket 2019-02-24 23:03:19 +01:00
commit 3dbc904ddd
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -174,7 +174,7 @@ func NewWiFiModule(s *session.Session) *WiFiModule {
mod.AddHandler(assoc)
mod.AddParam(session.NewStringParameter("wifi.region",
"BO",
"",
"",
"Set the WiFi region to this value before activating the interface."))