84b6374970
This package provides br-client and sets up a wireless AP interface for clients.
7 lines
202 B
Lua
7 lines
202 B
Lua
for _, config in ipairs({'wifi24', 'wifi5'}) do
|
|
if need_table(config .. '.ap', nil, false) then
|
|
need_string(config .. '.ap.ssid')
|
|
need_boolean(config .. '.ap.disabled', false)
|
|
end
|
|
end
|