v1.0.27
Improved WiFi adapter detection + MAC-based NM config + migration timeout
iw dev based detection
detect_wifi_adapter() now uses iw dev instead of /sys/class/net/wlan*/ — handles wlx* style interface names and explicitly skips the active backhaul interface during detection to prevent mis-selecting the management interface.
MAC-based NetworkManager unmanaged config
The NM config now pins the monitor adapter by MAC address rather than interface name. This survives USB re-enumeration across reboots where wlan0/wlan1 assignments can swap.
Migration timeout
nmcli device connect during onboard WiFi migration is now capped at 15 seconds instead of blocking indefinitely.
install.sh only — no binary changes.