Search found 1 match

by stbnrivas
Wed Jan 12, 2022 9:40 am
Forum: ESP-IDF
Topic: how to disconnect a connected wifi client with esp into softAP mode
Replies: 2
Views: 2365

how to disconnect a connected wifi client with esp into softAP mode

Hi there, I'm using esp32 as softAP (software Access Point) all work right with the event handler but I need disconnect previous existing wifi clients when new clients connects. static void wifi_event_handler(void* arg, esp_event_base_t event_base, int32_t event_id, void* event_data) { if (event_id ...