mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-12 15:42:52 +00:00
supplicant/esp_wifi: move supplicant to idf
Move supplicant to idf and do following refactoring: 1. Make the folder structure consitent with supplicant upstream 2. Remove duplicated header files and minimize the public header files 3. Refactor for WiFi/supplicant interfaces
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "wpa/includes.h"
|
||||
#include "utils/includes.h"
|
||||
|
||||
#include "wpa/common.h"
|
||||
#include "utils/common.h"
|
||||
#include "crypto/crypto.h"
|
||||
//#include "des_i.h"
|
||||
|
||||
|
Reference in New Issue
Block a user