espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
706 stars 169 forks source link

Does host-fg have connection events when a STA connects to ESP32C3(AP)? #406

Open ShengjieCh opened 4 months ago

ShengjieCh commented 4 months ago

Is there a connection event(maybe CTRL_EVENT_STATION_CONNECT_FROM_ESP_SOFTAP) similar to the disconnection event(CTRL_EVENT_STATION_DISCONNECT_FROM_ESP_SOFTAP) in host-fg?

JAndrassy commented 4 months ago

better name would be CTRL_EVENT_STATION_CONNECT_TO_ESP_SOFTAP

mantriyogesh commented 4 months ago

@ShengjieCh Right now, we do not have connection event (which is correctly highly desirable). We will add and notify here.

@JAndrassy input taken for new message.

ShengjieCh commented 4 months ago

ok, please let me know approximately when this feature will be supported.