billz
5b88728ec1
Create function parseUserHostapdCfg()
2024-09-26 04:17:34 -07:00
billz
677fe42d84
Add support for custom hostapd.conf.users file
2024-09-26 01:36:13 -07:00
billz
cffcac0c52
Exec iwgetid w/ client iface session var
2024-02-24 10:35:35 +01:00
billz
74656c63ed
Update templates w/ getLogLimited, add $logdata to payload
2023-11-28 10:05:06 +00:00
billz
a95b43e23e
Handle interfaces with no default dhcp settings, update status messages
2023-11-10 09:29:49 +00:00
billz
ef084ef537
Define/set default subnet for wlan1
2023-11-09 18:32:34 +00:00
billz
6f454294df
Constants for 5GHz channel min/max
2023-11-07 14:06:57 +00:00
billz
f131c8463d
Update iwRegSet status message + en_US locale
2023-11-06 17:14:18 +00:00
billz
6383f9b88b
Revert "Update iwRegSet status message, en_US locale + compile .mo"
...
This reverts commit 9343b11cc9
.
2023-11-06 17:08:52 +00:00
billz
9343b11cc9
Update iwRegSet status message, en_US locale + compile .mo
2023-11-06 07:38:16 +00:00
billz
1ee31d9221
Define HOSTAPD_5GHZ_CHANNEL_MIN, set VHT center frequency segment value
2023-11-06 07:28:50 +00:00
billz
fee5a69342
Add iwRegSet() -> set reg domain for selected country
2023-11-05 16:52:09 +00:00
billz
5e802e8a0b
Remove valid RASPI_5GHZ_ISO_ALPHA2 country, set hwModeDisabled
2023-11-05 14:36:18 +00:00
billz
66f8cc0b75
Replace ISO 2-letter country code literals w/ isoquery (localized)
2023-11-04 19:09:55 +00:00
billz
2b543c605f
Fix miscellaneous php warnings
2023-10-28 17:00:34 +01:00
billz
3e404b0202
Reduce service restart speed + UI tweaks
2023-10-21 15:43:49 +01:00
billz
33c596189d
Apply autoloader support for status messages
2023-09-16 11:46:11 +02:00
billz
c2d740ef44
Implement PSR-4 compliant class autoloader
2023-09-16 10:43:05 +02:00
billz
55c0a49911
Fix php warnings + general code cleanup
2023-09-03 09:47:51 +02:00
billz
7760a1d7cb
Update sanitize var method
2023-03-29 09:35:25 +02:00
billz
1e52ff598b
Sanitize input with escapeshellarg()
2023-03-29 08:25:18 +02:00
billz
7b3a7dba1d
Move template logic to includes + code cleanup
2023-03-20 20:14:42 +01:00
billz
24abe9c53c
Update wireless mode items
2023-03-20 20:00:28 +01:00
billz
7674feaf61
Add operatingSystem check to bridge option
2022-06-22 11:50:00 +01:00
billz
a4960f89ac
Get system->operatingSystem()
2022-06-08 17:29:23 +00:00
Bill Zimmerman
21da37712b
Fix: assign iw reg cc value if empty
2022-01-05 11:19:40 +01:00
Bill Zimmerman
793bbfac53
Bugfix: rewrite selected wlan dhcpcd cfg
2022-01-04 19:02:12 +01:00
zbchristian
0adbf9f215
Fix system info class creation
...
Hostapd.php is throwing an error.
Two problems found:
1) the class System is not existing. Its actually called Sysinfo
2) the namespace of the class is RaspAP\System
2021-08-31 16:43:44 +02:00
billz
06476b9a61
Merge with upstream master
2021-06-05 12:02:26 +01:00
billz
3969db61b0
Validate wpa_passphrase w/ ctype_print
2021-05-07 11:33:17 +01:00
billz
6bfb3a3c9d
Add escapeshellarg() for iwgetid interface
2021-05-01 17:46:53 +01:00
billz
643afe09e8
Set txpower w/ iw, persist value in UI
2021-04-20 17:53:09 +01:00
billz
6c674537bb
WIP: txpower feature
2021-04-20 15:19:00 +01:00
root
b10ee7a98f
sort interface list for hostapd
2021-04-02 00:13:35 +01:00
billz
871d5353a5
Update br0 dhcpcd sequence, thx @lifros
2021-02-21 10:28:55 +00:00
billz
5c4b84f826
Disambiguate iface overrides for ap-sta & bridged modes, thx @mp035
2021-02-02 07:36:28 +00:00
billz
0bbf03cc95
Set WifiManaged value from $_POST. Resolves #767
2021-01-17 10:41:12 +00:00
billz
a4636b2902
Bugfix: typo. Thx @mp035
2021-01-06 07:48:46 +00:00
billz
31e3afa4a4
Create getDefaultNetOpts()
2020-12-24 12:29:52 +00:00
billz
3db9717b27
Bugfix: set AP-STA/bridged mode in hostapd.conf
2020-12-20 16:46:57 +00:00
Bill Zimmerman
f43083fec8
Merge branch 'master' into feature/dhcp-eth0
2020-12-15 23:01:23 +01:00
Mark Pointing
12b69590da
Removed some band-aid fixes of incorrect client/ap interface identification function.
2020-12-15 10:45:27 +00:00
billz
5eae4bd086
Handle default subnet mask values
2020-12-06 17:31:03 +00:00
billz
4bb2597bff
Fix: pass required param
2020-12-06 09:04:40 +00:00
billz
d35397f09e
Remove hardcoded default values, implement defaults.json
2020-12-05 09:14:07 +00:00
billz
e3f36158bb
Added updateHostapdConfig()
2020-12-04 22:36:54 +00:00
billz
bcab63bb30
Bugfix + documentation
2020-12-04 21:41:10 +00:00
billz
de787c424a
Create functions from procedural code
2020-12-04 14:40:54 +00:00
billz
8420bbb0da
Read/apply dhcp settings from json
2020-12-01 22:52:15 +00:00
billz
eca6c5ae2f
Bugfix: set preg_replace limit
2020-11-20 07:32:52 +00:00