Re: OpenWrt 24.10 release status

2025-01-15 Thread Hauke Mehrtens
On 1/15/25 02:29, Eric wrote: On Tuesday, January 14th, 2025 at 15:24, Hauke Mehrtens wrote: I would like to promote attended sysupgrade more. I would like to add luci-app-attendedsysupgrade by default into the images to make more people aware of it. Can we handle the extra load? What do you

Re: OpenWrt 24.10 release status

2025-01-15 Thread Rich Brown
+1 on bundling luci-app-attendedsysupgrade by default It makes using OpenWrt "one notch easier" for newcomers > On Jan 15, 2025, at 6:33 PM, Hauke Mehrtens wrote: > > On 1/15/25 02:29, Eric wrote: >> On Tuesday, January 14th, 2025 at 15:24, Hauke Mehrtens >> wrote: >>> I would like to promote

Re: OpenWrt 24.10 release status

2025-01-15 Thread Nilko Nyko via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- What he said! Original

Re: OpenWrt 24.10 release status

2025-01-15 Thread Felix Baumann via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Am 16. Januar 2025 00:33:47 MEZ sc

[RESEND PATCH usteer v3 6/9] policy: Added error message if nodes has no rrm number on bss transition

2025-01-15 Thread Nils Hendrik Rottgardt
- policy: Sometimes hostapd does not return an rrm nr which breaks roaming with neighbors. This is shown as an error in the log. Signed-off-by: Nils Hendrik Rottgardt --- policy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy.c b/policy.c index f3150e9..933c529 100644 --- a/poli

[RESEND PATCH usteer v3 3/9] Added a countdown before kicking the station like described in IEEE

2025-01-15 Thread Nils Hendrik Rottgardt
- Disassociation Timer will run a countdown before disassociate the station if roam_kick_delay is longer than validity_period (actually fixed to 100 beacon intervals) - Supporting multiple transisiton requests if validity period is run out Signed-off-by: Nils Hendrik Rottgardt --- band_steerin

[RESEND PATCH usteer v3 5/9] 802.11 MBO - added reassoc_delay and reason code

2025-01-15 Thread Nils Hendrik Rottgardt
- ubus: add reason code to bss_transition request (actually static only) - ubus: add reassociation delay to let the client know how long it should stay at the new AP dereived from station block timeout. - main: add config option for reassociation delay Signed-off-by: Nils Hendrik Rottgardt ---

[RESEND PATCH usteer v3 2/9] New aggressive roaming - optimizations

2025-01-15 Thread Nils Hendrik Rottgardt
- Take care of correct disassociation_timer corresponding to kick_time - Added some messages (verbose and debug) - Corrected assisted roaming as disassociation_imminent has to be false as no kick is planned Signed-off-by: Nils Hendrik Rottgardt --- band_steering.c| 16 ++

[RESEND PATCH usteer v3 1/9] New aggressive roaming to support Intel Wifi Cards

2025-01-15 Thread Nils Hendrik Rottgardt
Intel Wifi Cards (and based on OpenWRT forum posts also some other devices) does not understand the actual transition request frame because of missing disassociation_timer combined with disassociation_imminent = true. So they and other devices send a BSS-TM-RESP with status=1 (error). This patch

[RESEND PATCH usteer v3 0/9] Better handling of unfriendly STAs / IEEE enhancements / MBO

2025-01-15 Thread Nils Hendrik Rottgardt
Hi all. This is a RESEND to bring new attention to some missing Usteer functionality that is added here. I decided to work on this because my Intel AX201 ignores bss transition requests send by usteer and also other devices seems ignoring it. This is also well discussed in OpenWRT forum "lets

[RESEND PATCH usteer v3 8/9] ubus: enhanced ROAMING request log entry with BSSID

2025-01-15 Thread Nils Hendrik Rottgardt
- ubus: enhanced ROAMING request log entry with BSSID - ubus: deleted unnecessary static text Signed-off-by: Nils Hendrik Rottgardt --- ubus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubus.c b/ubus.c index c72f8f7..8d0f2be 100644 --- a/ubus.c +++ b/ubus.c @@ -694

[RESEND PATCH usteer v3 7/9] ubus: Corrected transition request interface for disassociation timer

2025-01-15 Thread Nils Hendrik Rottgardt
- ubus: uint32_t has to be used instead of uint8_t Signed-off-by: Nils Hendrik Rottgardt --- ubus.c | 8 usteer.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ubus.c b/ubus.c index bcd0ef1..c72f8f7 100644 --- a/ubus.c +++ b/ubus.c @@ -673,7 +673,7 @@ usteer

[RESEND PATCH usteer v3 9/9] New aggr. levels combined with STA specific configuration

2025-01-15 Thread Nils Hendrik Rottgardt
- band_steering: changed config option - band_steering: handle aggressivness levels in bss transition requests - local_node: avoid kick reset on bss tm respone if aggressivness is 3 - local_node: changed config option - main: changed config option - policy: changed config option - policy: handle ag

Re: OpenWrt 24.10 release status

2025-01-15 Thread Enrico Mioso
On Wed, Jan 15, 2025 at 12:24:06AM +0100, Hauke Mehrtens wrote: > Hi, > > We released OpenWrt 24.10.0-rc5 last week. The OpenWrt 24.10 branch looks > good so far. > > I am planning an OpenWrt 24.10.0-rc6 next weekend and then the final release > about 1 week later if nothing big breaks. Feel free