assoc ctrl: store restricted clients in file
Merge request reports
Activity
assigned to @filmat
added 2 commits
added 1 commit
- 4fb2c2e9 - assoc ctrl: store restricted clients in file
added 1 commit
- eeb91420 - assoc ctrl: store restricted clients in file
example test:
root@Aura-E650-580032c012d0:~# ubus call map.controller assoc_control '{"agent":"5a:00:32:c0:12:d0", "bssid":"58:00:32:c0:12:d2", "mode":3, "stalist":["00:0a:52:06:2e:bb"]}' { "status": "ok", "mid": 15537 } root@Aura-E650-580032c012d0:~# root@Aura-E650-580032c012d0:~# root@Aura-E650-580032c012d0:~# cat /etc/multiap/assoc_ctrl.json {"bssids":[{"bssid":"58:00:32:c0:12:d2","clients":[{"macaddr":"00:0a:52:06:2e:bb","start_time":"2025-03-31T09:00:44+00:00","duration":0,"mode":3}]}]}root@Aura-E650-580032c012d0:~# root@Aura-E650-580032c012d0:~# ubus call wifi.ap.wlan0_0 blocked_stas { "blocked": [ "00:0a:52:06:2e:bb" ] } root@Aura-E650-580032c012d0:~# root@Aura-E650-580032c012d0:~# ubus call map.controller assoc_control '{"agent":"5a:00:32:c0:12:d0", "bssid":"58:00:32:c0:12:d2", "mode":1, "stalist":["00:0a:52:06:2e:bb"]}' { "status": "ok", "mid": 15605 } root@Aura-E650-580032c012d0:~# ubus call wifi.ap.wlan0_0 blocked_stas { "blocked": [ ] } root@Aura-E650-580032c012d0:~# cat /etc/multiap/assoc_ctrl.json {"bssids":[{"bssid":"58:00:32:c0:12:d2","clients":[]}]}root@Aura-E650-580032c012d0:~#
added 6 commits
-
4bd10f90...2ef24c1c - 2 commits from branch
devel
- 99eacdcc - Add methods to store and recover timestamp string
- ad020fc4 - assoc ctrl: store restricted clients in file
- 52077741 - assoc ctrl: synchronize restrictions of runtime and file
- 02ca7ede - assoc ctrl: deprecate use of assoc_ctrllist in AP config
Toggle commit list-
4bd10f90...2ef24c1c - 2 commits from branch
added 7 commits
-
02ca7ede...151645ed - 3 commits from branch
devel
- db9e9b65 - Add methods to store and recover timestamp string
- 5b970626 - assoc ctrl: store restricted clients in file
- 10764579 - assoc ctrl: synchronize restrictions of runtime and file
- a777f8b2 - assoc ctrl: deprecate use of assoc_ctrllist in AP config
Toggle commit list-
02ca7ede...151645ed - 3 commits from branch
added 7 commits
-
a777f8b2...2c82d310 - 3 commits from branch
devel
- 77005414 - Add methods to store and recover timestamp string
- e1aaf72b - assoc ctrl: store restricted clients in file
- f3955091 - assoc ctrl: synchronize restrictions of runtime and file
- 85f46a77 - assoc ctrl: deprecate use of assoc_ctrllist in AP config
Toggle commit list-
a777f8b2...2c82d310 - 3 commits from branch
added 5 commits
Toggle commit listadded 10 commits
-
08d653f9...4bb640ca - 6 commits from branch
devel
- d8fa0a3c - Add methods to store and recover timestamp string
- 361d8e8e - assoc ctrl: store restricted clients in file
- e5f26733 - assoc ctrl: synchronize restrictions of runtime and file
- bc01e9dc - assoc ctrl: deprecate use of assoc_ctrllist in AP config
Toggle commit list-
08d653f9...4bb640ca - 6 commits from branch
requested review from @jakob
- Resolved by Filip Matusiak
- Resolved by Filip Matusiak
- Resolved by Filip Matusiak
Please register or sign in to reply