mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-30 22:05:21 +00:00
fix(esp_wifi): Prevent flushing of FT data mistakenly
This commit is contained in:
@@ -34,3 +34,4 @@ void esp_set_assoc_ie(uint8_t *bssid, const u8 *ies, size_t ies_len, bool add_md
|
||||
void supplicant_sta_conn_handler(uint8_t* bssid);
|
||||
void supplicant_sta_disconn_handler(uint8_t reason_code);
|
||||
#endif
|
||||
void wpa_sta_clear_ft_auth_ie(void);
|
||||
|
Reference in New Issue
Block a user