-
-
Notifications
You must be signed in to change notification settings - Fork 212
Connectivity to hidden WiFi networks #855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
iabdalkader
added a commit
to iabdalkader/ArduinoCore-mbed
that referenced
this issue
Apr 22, 2024
- Add support for connecting to hidden networks (issue arduino#855). - Implement `begin()` for WEP (issue arduino#819). - Add sanity checks to all functions accepting network index from the user. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
iabdalkader
added a commit
to iabdalkader/ArduinoCore-mbed
that referenced
this issue
Apr 24, 2024
- Add support for connecting to hidden networks (issue arduino#855). - Implement `begin()` for WEP (issue arduino#819). - Add sanity checks to all functions accepting network index from the user. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
iabdalkader
added a commit
to iabdalkader/ArduinoCore-mbed
that referenced
this issue
Apr 24, 2024
- Add support for connecting to hidden networks (issue arduino#855). - Implement `begin()` for WEP (issue arduino#819). - Add sanity checks to all functions accepting network index from the user. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
iabdalkader
added a commit
to iabdalkader/ArduinoCore-mbed
that referenced
this issue
Apr 25, 2024
- Add support for connecting to hidden networks (issue arduino#855). - Implement `begin()` for OPEN security. - Deprecate WEP security (issue arduino#819). - Add sanity checks to all functions accepting network index from the user. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
multiplemonomials
pushed a commit
to mbed-ce/ArduinoCore-mbed-ce
that referenced
this issue
Jun 23, 2024
- Add support for connecting to hidden networks (issue arduino#855). - Implement `begin()` for OPEN security. - Deprecate WEP security (issue arduino#819). - Add sanity checks to all functions accepting network index from the user. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I attempted to connect my Arduino Giga R1 WiFi board to my secure central WiFi, but they are not linking up. Later I found out that only Arduino Giga R1 WiFi doesn't connect to WiFi, but the simple ESP8266 modules I connected to my Mega board get WiFi from the hidden SSID.
I would like to request the team to update the GIGA R1 WiFi board library, allowing it to connect to Wi-Fi access points that do not broadcast an SSID. I can't modify AP and without the Giga being able to connect to hidden WiFi networks, I can't use my two Gigas for my important project.
Thank you in advance for considering my request.
The text was updated successfully, but these errors were encountered: