mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-11 17:17:31 +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:
@@ -5,9 +5,9 @@
|
||||
* This software may be distributed under the terms of the BSD license.
|
||||
* See README for more details.
|
||||
*/
|
||||
#include "wpa/includes.h"
|
||||
#include "utils/includes.h"
|
||||
|
||||
#include "wpa/common.h"
|
||||
#include "utils/common.h"
|
||||
#include "wps/wps_i.h"
|
||||
#include "wps/wps.h"
|
||||
|
||||
|
Reference in New Issue
Block a user