-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix SSID bug on Cypress Targets #13493
Fix SSID bug on Cypress Targets #13493
Conversation
@balajicyp, thank you for your changes. |
I have tested using MBED OS wifi example from https://github.com/ARMmbed/mbed-os-example-wifi LOGMbed OS version 6.2.1 Scan: Connecting to abcedfghijklmnopqrstuvwxyzABCDEF... MAC: c4:ac:59:7b:5d:dc Done Without Patch getting error below are the LOGS LOGS without patchMbed OS version 6.2.1 Scan: Connecting to abcedfghijklmnopqrstuvwxyzABCDEF... Connection error: -3008 |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Fix SSID bug on Cypress Targets
This changes is required to fix an issue when SSID length is 32 bytes long then only 31 bytes are copied
into SSID name causing WiFi association failure.
Impact of changes
This change is limited to only Cypress Target boards.
Migration actions required
Documentation
Pull request type
Test results
The fix is tested by changing the SSID length to 32 bytes and checking for WiFi Association. The MBED-OS example is modified
to SSID length of 32 bytes and tested for WiFi Connection and IP address ( https://github.com/ARMmbed/mbed-os-example-wifi)
[] No Tests required for this change (E.g docs only update)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR
Reviewers