Unable to connect open Wi-Fi #105
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
maxpeterkaya/LicheeRV-Nano-Build#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I found in "buildroot/board/cvitek/SG200X/overlay/etc/init.d/S30wifi", the current Wi-Fi setup logic uses wpa_passphrase to generate the network block. However, wpa_passphrase requires a password and cannot be used for open Wi-Fi networks.
As a result, if a user tries to connect to an open SSID (where pass is empty), the script skips configuration entirely, and the device cannot connect.
Therefore, the following changes may be needed: