esp_wifi:Mandate stations to have minimum security wpa3

This commit is contained in:
Shreyas Sheth
2022-11-30 13:01:40 +08:00
committed by Jiang Jiang Jian
parent 593335578f
commit 377eeedfef
9 changed files with 35 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ void wpa_free_eapol(u8 *buffer);
int wpa_ether_send(void *ctx, const u8 *dest, u16 proto,
const u8 *data, size_t data_len);
void wpa_supplicant_transition_disable(void *sm, u8 bitmap);
int hostapd_send_eapol(const u8 *source, const u8 *sta_addr,
const u8 *data, size_t data_len);
#endif /* WPAS_GLUE_H */