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

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.