Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Expand access to SDK's struct bss_info #8683

Merged
merged 3 commits into from
Oct 10, 2022

Conversation

mhightower83
Copy link
Contributor

@mhightower83 mhightower83 commented Oct 8, 2022

The NONOS SDK's struct bss_info in user_interface.h has grown since the beginning of this project. The additional elements are not accessible. Add a method for R/O access to full struct bss_info.

const bss_info *ESP8266WiFiScanClass::getScanInfoByIndex(int i);

Update example WiFiScan.ino

Requested here #7965 (comment). I have also needed this feature.

The NONOS SDK's `struct bss_info` in `user_interface.h` has grown since the
beginning of this project. The additional elements are not accessible.
Add a method for R/O access to full `struct bss_info`.

Update example WiFiScan.ino
@mcspr mcspr merged commit 3df5693 into esp8266:master Oct 10, 2022
@mcspr mcspr mentioned this pull request Oct 10, 2022
@mhightower83 mhightower83 deleted the pr-raw-getNetworkInfo branch October 11, 2022 16:51
@mcspr mcspr added this to the 3.1 milestone Nov 2, 2022
@TD-er
Copy link
Contributor

TD-er commented Nov 3, 2022

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants