Commit Graph

3904 Commits

Author SHA1 Message Date
billz
3211735534 Fix dhcpcd.conf duplicate entries + trailing newline accumulation 2025-12-21 19:13:33 +01:00
billz
15a680934d Merge remote-tracking branch 'origin/master' into feat/80211ax-80211be 2025-12-21 18:18:14 +01:00
billz
23b964a172 Remove parentheses from 802.11be config template 2025-12-14 08:30:54 +01:00
billz
c03f81719c Enable 802.11be / WiFi 7 mode in getModeCapabilities() 2025-12-14 08:30:14 +01:00
billz
0a3dbef531 Fix 802.11be mode not displaying in UI when WPA3 is enabled 2025-12-14 08:29:25 +01:00
billz
3ab66d3e76 Fix undefined array key warning in hostapd config parsing 2025-12-14 08:12:26 +01:00
billz
a25e0f1956 Fix TypeError when hostapd config parsing fails 2025-12-13 12:13:28 +01:00
billz
ac8a6fe4a8 Remove parentheses from JSON, resolves PHP warning 2025-12-13 12:12:55 +01:00
billz
fc8508b260 Expand 802.11be / WiFi 7 default settings 2025-12-08 13:27:16 +01:00
billz
8628c8d5b1 Update 802.11be defaults 2025-12-07 18:25:08 +01:00
Bill Zimmerman
f0dbb6455b Merge pull request #2022 from 1208nn/patch-1
Typo fix in common.sh
2025-12-07 18:14:33 +01:00
billz
c29f45867c Add dynamic center frequency + HT40 direction for 802.11ax/be 2025-12-07 15:17:07 +01:00
billz
de9f7548d5 Replace static HE/VHT center freq + HT40 dir values with placeholders 2025-12-07 14:57:17 +01:00
billz
955add1b25 Update hw_mode channel mapping in loadChannelSelect() 2025-12-07 14:54:51 +01:00
Bill Zimmerman
f34cb43882 Merge pull request #2023 from beattie/FixBridgeModeSelect
Fix bridged mode setting incorrect bridge parameter
2025-12-07 09:21:33 +01:00
Brian Beattie
c08095065e Fix bridged mode setting incorrect bridge parameter
When bridged mode is enabled, the bridge parameter in hostapd.conf
was set to "1" instead of "br0", causing authentication failures.

This fix introduces a separate bridgeName parameter for the hostapd
configuration while maintaining the boolean bridge parameter for
dnsmasq and dhcpcd services.

Fixes #2021
2025-12-06 17:24:46 -08:00
ShH Y
b21f9897e7 Update installers/common.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-05 23:17:48 +08:00
ShH Y
7cb3e62850 Use sudo for grep in common.sh 2025-12-05 23:06:16 +08:00
Bill Zimmerman
42a2a299c2 Merge pull request #2020 from RaspAP/fix/installer-set-package
Fix: Add missing test brackets for kali check
2025-12-01 17:37:07 +01:00
billz
0f5768a7dd Add missing test brackets for kali check 2025-12-01 17:36:17 +01:00
Bill Zimmerman
24fd53f8de Add Kali Linux + Debian 13 to distros 2025-12-01 17:25:28 +01:00
Bill Zimmerman
c8047670a2 Merge pull request #2019 from RaspAP/release/3.5.0
Release: Set version 3.5.0
2025-12-01 17:20:40 +01:00
billz
af74dc35f3 Update release version 2025-12-01 17:15:33 +01:00
Bill Zimmerman
53e4019e08 Merge pull request #2017 from RaspAP/feat/installer-kali-linux
Feature: Add Kali Linux 2025.x detection to installer
2025-12-01 17:10:58 +01:00
billz
1afb980ce5 Add Kali Linux 2025.x detection to installer 2025-11-30 14:42:38 +01:00
billz
1ca57260e1 Update release version 2025-11-28 10:53:51 +01:00
Bill Zimmerman
a21ecbfc0e Merge pull request #2012 from RaspAP/fix/wifi-security-open
Fix: Use SECURITY_OPEN for evaluating network protocol
2025-11-28 10:27:07 +01:00
billz
cca91dfeab Fix: re-apply locale settings template context 2025-11-28 09:54:01 +01:00
billz
681594b8d5 Remove unused var, comments 2025-11-28 08:47:25 +01:00
billz
d226b70c92 Remove redundant clientInterface declarations 2025-11-27 23:50:29 +01:00
billz
a0a3a9ca52 Refactor: encapsulate WiFi client operations in WiFiManager class 2025-11-27 18:45:12 +01:00
Bill Zimmerman
f5ade0f444 Merge pull request #2016 from RaspAP/maint/suppress-tooltip
Maintenance: Remove tooltip for clarity
2025-11-27 13:12:10 +01:00
billz
9538bd3f95 Remove tooltip for clarity 2025-11-27 12:59:34 +01:00
Bill Zimmerman
93ef7c7430 Merge branch 'master' into fix/wifi-security-open 2025-11-27 12:22:32 +01:00
Bill Zimmerman
94e197ddd7 Merge pull request #2011 from RaspAP/fix/wpacli-listnetworks
Fix: Revise getNetworkIdBySSID to handle networks w/o flags
2025-11-27 12:21:22 +01:00
billz
8bf918ce28 Fix getNetworkIdBySSID() column condition 2025-11-27 12:20:12 +01:00
billz
0d9d1f3319 Remove error_log debug output 2025-11-27 12:19:04 +01:00
billz
0a668475d8 Fix PHP undefined var warning 2025-11-27 12:18:25 +01:00
billz
346f774517 Remove error_log debug output, fix delete ssid 2025-11-27 12:17:43 +01:00
billz
f9d115bbde Merge remote-tracking branch 'origin/master' into fix/wifi-security-open 2025-11-27 11:09:35 +01:00
Bill Zimmerman
789cc4f593 Merge pull request #2013 from meandthemachine/fix/duplicate-ids-for-nearby-networks
Fix: Determine start index of nearby networks more robustly to prevent from duplicate ids for known and nearby networks
2025-11-26 18:05:14 +01:00
meandthemachine
0938c3d9e9 Remove unused local variable
The  assigned/incremented value is/was never used anywhere else in the loop.
2025-11-24 16:03:34 +01:00
meandthemachine
2c63f84862 Determine start index of nearby networks more robustly
Resolves #2003:
Unless we examine its source code, we don't exactly know if `wpa_cli ... list_networks` always assigns network ids in the order the known networks are listed in the configuration file. Therefore, we should not assume it to be this way and instead, we should make the code capable of handling all scenarios (in-synch as well as async) in a robust way.
2025-11-24 15:51:10 +01:00
billz
16e52c3b90 Remove stale wpa_supplicant socket and restart daemon manually 2025-11-24 11:03:03 +01:00
billz
4c2138d419 Add rm /var/run/wpa_supplicant/wlan[0-9] 2025-11-24 11:01:53 +01:00
billz
302fc4f6dc Reinitialize wpa on connect 2025-11-24 11:01:22 +01:00
billz
bf86a6ef57 Use self::SECURITY_OPEN for network protocol conditions 2025-11-24 10:01:59 +01:00
billz
ce7032c99a Use $wifi::SECURITY_OPEN constant 2025-11-24 09:58:57 +01:00
billz
d86ad11f0a Revise getNetworkIdBySSID to handle networks w/o flags 2025-11-23 10:40:26 +01:00
Bill Zimmerman
2080b0d576 Merge pull request #2010 from RaspAP/fix/sudoers-iwregset
Fix: Update sudoers with iw reg set*
2025-11-23 10:22:07 +01:00