@@ -6,6 +6,20 @@ All notable changes to the project are documented in this file.
66[ v26.01.0] [ UNRELEASED ]
77-------------------------
88
9+ > [ !WARNING]
10+ > ** BREAKING CHANGES:** This release includes breaking changes to WiFi configuration:
11+ >
12+ > - WiFi station/client configuration has been restructured. The ` wifi ` container
13+ > now requires a ` radio ` reference, and station configuration has moved under a
14+ > ` wifi/station ` container. Existing WiFi configurations must be manually updated.
15+ > - WiFi radios are now configured via ` ietf-hardware ` instead of the interfaces module.
16+
17+ > [ !NOTE]
18+ > Noteworthy changes and additions in this release:
19+ >
20+ > - WiFi Access Point (AP) mode support with multi-SSID capability
21+ > - RIPv2 routing support
22+
923### Changes
1024
1125- Upgrade Linux kernel to 6.12.63 (LTS)
@@ -21,11 +35,19 @@ All notable changes to the project are documented in this file.
2135 forwarding. Inspect from CLI using ` show interface ` , look for ` ⇅ ` flag
2236- Add operational data journal to statd with hierarchical time-based retention
2337 policy, keeping snapshots from every 5 minutes (recent) to yearly (historical)
38+ - Add WiFi Access Point (AP) mode with multi-SSID support and WPA2/WPA3 security.
39+ ** BREAKING:** WiFi architecture refactored with radios configured via
40+ ` ietf-hardware ` and interfaces requiring ` radio ` reference. Station config
41+ moved to ` wifi/station ` container. Manual migration required. See
42+ [ wifi.md] ( wifi.md ) for details
2443
2544### Fixes
2645
2746- Fix #1314 : Raspberry Pi 4B with 1 or 8 GiB RAM does not boot. This was due
2847 newer EEPROM firmware in newer boards require a newer rpi-firmware package
48+ - Fix #1082 : Wi-Fi interfaces always scanned, introduce a ` scan-mode `
49+ to the Wi-Fi concept in Infix.
50+
2951
3052[ v25.11.0] [ ] - 2025-12-02
3153-------------------------
0 commit comments