Skip to content
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

WiFi - add missing scan result getter implementations (BSSID, channel) and the ScanNetworksAdvanced example #815

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

JAndrassy
Copy link
Contributor

@JAndrassy JAndrassy commented Jan 1, 2024

implementation in cpp was missing for

  uint8_t* BSSID(uint8_t networkItem, uint8_t* bssid);
  uint8_t channel(uint8_t networkItem);

and the ScanNetworksAdvanced example is a useful tool for debugging WiFi problems.
the example is from WiFiC3 library with a little adaptation.

overview of scan API in libraries

@facchinm facchinm merged commit f4fea69 into arduino:main Jan 9, 2024
11 checks passed
@JAndrassy JAndrassy deleted the wifi_scan_getters_fix branch January 9, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants