Integral
|
8ed35b1c22
|
Set program name to fix wayland icon issue
|
2024-06-19 23:51:04 +08:00 |
|
safocl
|
681051ba46
|
fix(ui): typo for tv_mac_filter.
|
2024-04-05 16:53:49 +04:00 |
|
Lakindu Akash
|
fe64e7113a
|
Merge pull request #376 from Chapoly1305/master
adding support of WPA3 Transition Mode
|
2024-03-25 21:01:07 +05:30 |
|
null
|
41ebe2b574
|
adding support of WPA3 Transition Mode
|
2024-02-09 17:06:42 -05:00 |
|
Zedeldi
|
f90ef2787f
|
Add option to log DNS requests to a file with dnsmasq
|
2024-02-06 11:41:48 +00:00 |
|
Lakindu
|
049a736d30
|
Change version info
|
2024-01-01 19:14:30 +05:30 |
|
Lakindu Akash
|
d73242ab81
|
Merge pull request #362 from Catty2014/master
Add 802.11ax(wifi6) ability
|
2023-12-31 02:51:13 +05:30 |
|
Joan Bruguera Micó
|
075e8c0559
|
Fix freq. units in "interface already connected" text.
|
2023-12-23 22:01:30 +00:00 |
|
Joan Bruguera Micó
|
9c0be26f1a
|
Update ieee80211_frequency_to_channel from iw
Make sure the definition of `ieee80211_frequency_to_channel` matches
with the latest changes from iw. Probably not very useful since all
changes seem related to 6GHz / 60GHz / 802.11ah support, which as far
as I can tell create_ap does not yet support.
See also: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/commit/?id=43789196906376cc108ed06b4a3175d767586cd3
https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/commit/?id=b12fc8a84480d25ea791f0dff8cb92d69098c91c
https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/commit/?id=f2d9f5b52677f5414dc194be94b5916d2b080eab
|
2023-12-23 21:57:33 +00:00 |
|
Joan Bruguera Micó
|
50cf12cbb5
|
Update frequency parsing for iw 6.7 compatibility
Since iw 6.7, which adds 802.11ah support, iw may print fractional
frequencies (e.g. 917.4 MHz). The change in the formatting code can
also affect frequencies in the 2.4 and 5 GHz bands, so a frequency
that used to be shown as "2412 MHz" may now be shown as "2412.0 MHz".
This breaks the parsing logic in `can_transmit_to_channel`,
`ieee80211_frequency_to_channel` and `is_5ghz_frequency`.
The problem in `can_transmit_to_channel` causes an error when creating
an AP, due the frequency not being detected as supported ("ERROR:
Your adapter can not transmit to channel 1, frequency band 2.4GHz.").
Fix this by changing the parsing logic to accept a trailing ".0"
(or even ".00", etc.) suffix for the existing 2.4 and 5 GHz bands.
See also: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/commit/?id=f2d9f5b52677f5414dc194be94b5916d2b080eab
https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/commit/?id=e2224c729840cc33c6ea89ba5e91b69f79c88e85
https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/commit/?id=1bc6ab0abbb6f26f35d826d166d06bc28ae47b6b
|
2023-12-23 21:54:49 +00:00 |
|
CattySteve
|
38e4828c5d
|
Add 802.11ax in create_ap
|
2023-11-22 20:49:15 +08:00 |
|
CattySteve
|
1f06c1deed
|
Add 802.11ax capability and UI
|
2023-11-22 20:42:15 +08:00 |
|
Lakindu Akash
|
805d157851
|
Merge pull request #342 from oddlama/master
[SECURITY] remove insecure TKIP from configurations
|
2023-11-12 02:26:42 +05:30 |
|
Lakindu Akash
|
59564a79ff
|
Merge pull request #320 from simonbru/fix-nm-cleanup
Fix clean-up of unmanaged devices in NetworkManager.conf
|
2023-11-12 02:25:36 +05:30 |
|
oddlama
|
32fdb2bf2d
|
fix: remove insecure and deprecated TKIP
|
2023-08-25 16:59:03 +02:00 |
|
Simon Brulhart
|
697b796c58
|
Fix clean-up of unmanaged devices
|
2023-05-28 15:17:39 +02:00 |
|
João Batista
|
3f16dfb522
|
Update version and year
|
2023-05-23 19:45:24 -03:00 |
|
Lakindu Akash
|
7b61d13ec9
|
Update create_ap
|
2023-05-15 23:36:58 +05:30 |
|
tipex360
|
35e8df0564
|
Check for complain as well al aa-complain
|
2023-05-15 05:57:49 +01:00 |
|
tipex360
|
89c5988e37
|
Use 'aa-complain' instead of 'complain' to remove dnsmasq restriction
|
2023-05-10 05:06:48 +01:00 |
|
Kevin Evans
|
0c935c6d07
|
Use -g instead of --gateway
|
2023-01-31 13:24:55 -08:00 |
|
sigmaSd
|
2897e228db
|
Add 'ADDN_HOSTS' to config opts
|
2022-08-25 08:44:21 +01:00 |
|
Maryll Castelino
|
b9602884d4
|
Changed the text on The GUI to GHz from MHz
The text "Custom frequency band set with ${FREQ_BAND}Mhz with channel ${CHANNEL}" is changed to "${FREQ_BAND}GHz"
|
2022-04-30 10:24:08 +05:30 |
|
Zacktamondo
|
7a46dfc18c
|
Fixed typo.
|
2022-03-24 19:15:33 +02:00 |
|
cnjhb
|
f1d568dd3c
|
Fix FREQ_BAND for config files
|
2022-03-19 09:15:50 +08:00 |
|
Lakindu Akash
|
1ac53e4066
|
Merge branch 'master' into dev
|
2021-12-27 02:46:50 +05:30 |
|
Lakindu Akash
|
43eb2ac125
|
Change version
|
2021-12-27 02:41:10 +05:30 |
|
Lakindu Akash
|
d3eb78a86d
|
Implement gateway ip change in UI
|
2021-12-27 02:35:30 +05:30 |
|
Lakindu Akash
|
10805c1dab
|
Update default gateway in create_ap.conf template
|
2021-12-27 02:33:12 +05:30 |
|
Lakindu Akash
|
4a04356c15
|
Fix cb_gateway id
|
2021-12-27 01:57:15 +05:30 |
|
Lakindu Akash
|
c9d2016a07
|
Fix regeex for ip
|
2021-12-27 01:56:39 +05:30 |
|
Lakindu Akash
|
d1015ed59c
|
Add gateway option to UI
|
2021-12-27 01:17:26 +05:30 |
|
Lakindu Akash
|
0ee524178f
|
Update util.h header
|
2021-12-27 01:17:07 +05:30 |
|
Lakindu Akash
|
99e4f06374
|
Add function to validate ip address
|
2021-12-27 01:15:32 +05:30 |
|
Lakindu Akash
|
31f9b44aec
|
Add gateway to read_config
|
2021-12-27 01:14:57 +05:30 |
|
Lakindu Akash
|
993bc5236b
|
Update changelog and version
|
2021-10-26 19:10:03 +05:30 |
|
Lakindu Akash
|
e7bd27533c
|
Change version to v4.3.2
|
2021-10-26 19:04:36 +05:30 |
|
Lakindu Akash
|
ed7002dcae
|
Add wheel group in polkit rules
|
2021-10-19 03:39:32 +05:30 |
|
Lakindu Akash
|
0fe49f0873
|
Remove using namespace std; in qrgen.cpp
|
2021-10-19 00:45:10 +05:30 |
|
Lakindu Akash
|
32f9bf1cfe
|
Fix permission error when listing devices
|
2021-10-18 04:57:16 +05:30 |
|
Lakindu Akash
|
400bc59512
|
Merge pull request #201 from lakinduakash/dev
Add libqrencode for qr generation instead of cli
|
2021-10-18 04:20:11 +05:30 |
|
Lakindu Akash
|
6f87753779
|
lock qr button when hotspot is not active
|
2021-10-18 04:03:48 +05:30 |
|
Lakindu Akash
|
d083bbdecf
|
Fix null qr values
ssid and password null in qr when restarting
|
2021-10-18 03:57:59 +05:30 |
|
Lakindu Akash
|
f12203befa
|
Use qr_to_png to generate qr
|
2021-10-18 03:56:38 +05:30 |
|
Lakindu Akash
|
359a6adf80
|
Use qrencode library to make qr code png
|
2021-10-18 03:56:15 +05:30 |
|
Lakindu Akash
|
5fff792b7f
|
Merge pull request #200 from lakinduakash/dev
QR code
|
2021-10-16 22:18:17 +05:30 |
|
Lakindu Akash
|
74b4ffa12d
|
Show qr code when button click
|
2021-10-13 06:01:09 +05:30 |
|
Lakindu Akash
|
00a0b678dc
|
Run qrencode command
|
2021-10-13 06:00:54 +05:30 |
|
Lakindu Akash
|
211610d3e7
|
Update object files
|
2021-10-13 06:00:24 +05:30 |
|
Lakindu Akash
|
5d0ec9dfae
|
Set qr image from file
|
2021-10-13 05:59:40 +05:30 |
|