Expand access to SDK's struct bss_info by mhightower83 · Pull Request #8683 · esp8266/Arduino

added 2 commits

October 8, 2022 09:21
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

@mhightower83

@mcspr mcspr mentioned this pull request

Oct 10, 2022

@mcspr mcspr added this to the 3.1 milestone

Nov 2, 2022

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024
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`.

See esp8266#7965 (comment)