Releases: Telecominfraproject/wlan-ap
Releases · Telecominfraproject/wlan-ap
v3.0.0-rc2
Merge pull request #613 from Telecominfraproject/v3.0.0-release V3.0.0 release
v3.0.0-rc1
Merge pull request #601 from Telecominfraproject/v3.0.0-release ipq807x: enable CIG wf188/196 for RC1
v2.11.0 GA Release
Merge pull request #583 from Telecominfraproject/main merge main to release branch
v2.11.0-rc3
Merge pull request #583 from Telecominfraproject/main merge main to release branch
v2.11.0-rc2
Merge pull request #581 from Telecominfraproject/main Merge the latest changes from main
v2.11.0-rc1
hostapd: add proxy-state to DAS frames Signed-off-by: John Crispin <john@phrozen.org>
v2.10.0
Merge pull request #552 from Telecominfraproject/main Merging captive portal fixes and strict-forwarding rename
v2.10.0-RC3
Merge pull request #552 from Telecominfraproject/main Merging captive portal fixes and strict-forwarding rename
v2.10.0-rc2
uspot: fix rate limiting in captive portal/UAM Fixes: WIFI-12305 Signed-off-by: John Crispin <john@phrozen.org>
v2.10.0
uspot: portal: avoid null dereference, always define ctx.ssid This commit fixes a bug where the SSID value would be set to "unknown" in spotfilter data when the hostapd call returned without SSID data; but this value was not propagated internally, resulting in a null value being used in other parts of the portal code. Furthermore, if the hostapd call returned null data, the spotfilter assignment correctly handled this case but not the subsequent internal assignment, resulting in a potential null dereference and crash. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>