espressif / esp32-wifi-lib

ESP32 WiFi stack precompiled libraries
Apache License 2.0
167 stars 71 forks source link

libnet80211.a compile Error #12

Closed YanMinge closed 7 years ago

YanMinge commented 7 years ago

I followed the two issue on esp-idf https://github.com/espressif/esp-idf/issues/1099 https://github.com/espressif/esp-idf/issues/1151

and I see some sample code here https://github.com/SuperHouse/esp-open-rtos/blob/master/open_esplibs/libnet80211/wl_cnx.c

but I don't konw why wl_cnx.c 's function cnx_do_handoff need call wpa2_machine_star and wps_start and why it error here.

projectgus commented 7 years ago

Please use the first linked issue (1099) to discuss this, rather than continuing to open duplicate issues.

The linked code is reverse engineered from an old version of the ESP8266 libraries. It doesn't apply here.