Page 1 of 1
Source code for wifi_station_connect()
Posted:
Tue Mar 14, 2017 12:42 pm
by Swaroop
I am trying to locate source code for wifi_station_connect(). Checked github, but not able to find. Could someone point me..
Re: Source code for wifi_station_connect()
Posted:
Tue Mar 14, 2017 4:11 pm
by martinayotte
This function is part of low level SDK, so, no source available, only the function signature can be found in sdk/include/user_interface.h
Re: Source code for wifi_station_connect()
Posted:
Wed Mar 15, 2017 4:03 am
by Swaroop
thanks for prompt reply.
What this function would be doing ?. Setting some registers etc ?.
Looking at the specs of esp8266, it keep saying "TCP/IP" is "integrated". What does this means? . Does it mean it is part of the asic (SoC) or it runs as a software on its core.
Looking at the lib, for me it looks like it runs as software in its core. If thats the case, can it support the full throughput of wifi bandwidth ?