billz
681594b8d5
Remove unused var, comments
2025-11-28 08:47:25 +01:00
billz
a0a3a9ca52
Refactor: encapsulate WiFi client operations in WiFiManager class
2025-11-27 18:45:12 +01:00
billz
8bf918ce28
Fix getNetworkIdBySSID() column condition
2025-11-27 12:20:12 +01:00
billz
f9d115bbde
Merge remote-tracking branch 'origin/master' into fix/wifi-security-open
2025-11-27 11:09:35 +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
bf86a6ef57
Use self::SECURITY_OPEN for network protocol conditions
2025-11-24 10:01:59 +01:00
billz
f547a35312
Define constant for Open for security protocol
2025-11-23 09:47:58 +01:00
billz
417f803411
Minor: comments + rename method
2025-09-26 23:29:24 -07:00
billz
e514178b33
Create ensureWpaSupplicantConf(), call from setKnownStationsWPA
2025-09-25 01:52:09 -07:00
billz
63491b17d6
Run wpa_supplicant in background mode (-B)
2025-08-02 13:12:39 -07:00
billz
dadc4e4fb4
Refactor setKnownStationsWPA(), add helper method addWpaNetwork()
2025-07-28 15:56:01 -07:00
billz
9df3baa5f1
Minor: standardize comment header, declare strict_types=1
2025-07-20 02:08:33 -07:00
billz
9dc6209b47
Minor: comment block
...
Minor: comment block
2025-07-19 06:07:49 -07:00
billz
4e55f5a97f
Initial commit
2025-07-19 00:18:18 -07:00