1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fix ScanNetworks list

This commit is contained in:
Mimmo La Fauci
2012-05-24 08:57:46 +02:00
parent e3749c2dbf
commit b6490ad458
5 changed files with 45 additions and 5 deletions

View File

@ -38,7 +38,7 @@ private:
public:
/*
* Driver initialization
* Driver initialization
*/
static void wifiDriverInit();
@ -82,7 +82,7 @@ public:
/*
* Disconnect from the network
*
* return: WL_SUCCESS or WL_FAILURE
* return: WL_SUCCESS or WL_FAILURE
*/
static uint8_t disconnect();
@ -156,7 +156,14 @@ public:
*
* return: Number of discovered networks
*/
static uint8_t scanNetworks();
static uint8_t startScanNetworks();
/*
* Get the networks available
*
* return: Number of discovered networks
*/
static uint8_t getScanNetworks();
/*
* Return the SSID discovered during the network scan.