reboot action reboots Accesspoint (#26)

Reviewed-on: #26
This commit was merged in pull request #26.
This commit is contained in:
2026-07-14 21:17:59 +01:00
parent a08cd30853
commit b014e67753
4 changed files with 27 additions and 8 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ Daemon that makes an OpenWrt router appear as a UniFi AP to UniFi Network contro
| --- | --- | --- |
| **L2 Discovery** | UDP broadcast + multicast every 10s | `announce.c` → port 10001 |
| **Adoption** | AES-128-CBC handshake with the controller | `inform.c``handle_response()` |
| **Remote reboot** | Reboots OpenWrt when requested by the controller | `inform.c``handle_response()` |
| **Firmware spoofing** | Persists and reports the target version requested by an upgrade | `inform.c``handle_response()` |
| **WiFi Config** | Creates WiFi networks from the controller via UCI | `wlan.c``wlan_apply_config()` |
| **Band Steering** | 802.11k/v Neighbor Reports + BSS Transition | `wlan.c``apply_vap()` |
@@ -75,7 +76,7 @@ apk del wpad-basic-mbedtls && apk add wpad-mbedtls && /etc/init.d/network restar
apk -r del openuf
# Install new version
apk add openuf-0.4.0-r1.apk --allow-untrusted
apk add openuf-0.4.0-r3.apk --allow-untrusted
# Configure
vi /etc/openuf/openuf.conf