Skip to content
Snippets Groups Projects
Commit c6471058 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

script: multiap: introduce conf API

parent 2a7421b0
No related branches found
No related tags found
1 merge request!425script: multiap: introduce conf API
Pipeline #110429 passed
......@@ -56,6 +56,12 @@ get_type_by_section() {
echo "$(type_to_multi_ap $type)"
}
setup_conf() {
. /lib/multiap/map_genconfig
map_genconf
}
sync_credentials() {
bands=""
json_init
......@@ -947,6 +953,7 @@ func=$1
shift
case "$func" in
conf) setup_conf;;
wireless_teardown) wireless_teardown;;
setup_network) setup_network;;
setup_wireless) setup_wireless;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment