Skip to content
Snippets Groups Projects
Commit 4e6ce4fc authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

drop ssid-changer. The code is badly structured functionsless copy and paste code


Signed-off-by: default avatarJan-Tarek Butt <tarek@ring0.de>
parent 0fab272d
No related branches found
No related tags found
1 merge request!104drop ssid-changer. The code is badly structured functionsless copy and paste code
......@@ -20,15 +20,13 @@ features({
packages({
'ffnw-banner',
'respondd-module-airtime',
'iwinfo',
'ffac-ssid-changer'
'iwinfo'
})
if not device_class('tiny') then
features({
'wireless-encryption-wpa3',
'web-cellular',
'web-cellular'
})
end
......
......@@ -145,19 +145,4 @@
},
},
},
ssid_changer = {
enabled = true,
switch_timeframe = 1, -- only once every timeframe (in minutes) the SSID will change to OFFLINE
-- set to 1440 to change once a day
-- set to 1 minute to change every time the router gets offline
first = 2, -- the first few minutes directly after reboot within which an Offline-SSID always may be activated
prefix = 'offline_', -- use something short to leave space for the nodename (no '~' allowed!)
suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none'
tq_limit_enabled = false, -- if false, the offline SSID will only be set if there is no gateway reacheable
-- upper and lower limit to turn the offline_ssid on and off
-- in-between these two values the SSID will never be changed to prevent it from toggeling every minute.
tq_limit_max = 55, -- upper limit, above that the online SSID will be used
tq_limit_min = 45, -- lower limit, below that the offline SSID will be used
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment