Store the scan list and then later populate when creating the database.
#include <wifi_provisioning.h>
Data Fields | |
uint8_t | rssi |
uint8_t | sec_type |
uint8_t | ssid [MAX_WIPROVTASK_SSID_LENGTH] |
uint8_t _scanitem::rssi |
Referenced by ble_prov_scan_result(), send_scan_result(), and wifiscan_scanlist_receive().
uint8_t _scanitem::sec_type |
Referenced by ble_prov_scan_result(), send_scan_result(), and wifiscan_scanlist_receive().
uint8_t _scanitem::ssid |
Referenced by ble_prov_scan_result(), send_scan_result(), and wifiscan_scanlist_receive().