Statistics: Posted by blubb — Wed Oct 11, 2017 5:11 pm
Statistics: Posted by ESP_Faye — Wed Oct 11, 2017 2:06 pm
wifi_station_ap_number_set
Sets the number of APs that will be cached for ESP8266 Station mode. Whenever
ESP8266 Station connects to an AP, it caches a record of this AP’s SSID and
password. The cached ID index starts from 0.
wifi_station_set_auto_connect
Set the ESP8266 Station to connect to the AP (whose ID is cached) automatically
or not when powered on. Auto-connection is enabled by default.
wifi_station_ap_change
Switch ESP8266 Station connection to AP as specified.
uint8 new_ap_id: AP’s record ID; start counting from 0.
wifi_station_get_current_ap_id
Get the current cached ID of AP. ESP8266 records the ID of each AP it connects
with. The ID number starts from 1.
Statistics: Posted by blubb — Wed Oct 11, 2017 7:43 am