Connect 2 MAVESP8266 as SiK replacement

I am trying to use 2 ESP8266 flashed with MAVESP8266 as a wireless MAVLink connection.
The 1st one is connected to an ArduPilot serial port and should work in AP mode, the 2nd one should work in Station mode.
I want to connect MP to the com port of the 2nd one.
I can connect to the AP of the 1st one, but not to the com port of the 2nd.

AP

Station

Does this work in general ?
If so, what’s wrong with my setup ?

1 ESP8266 should work.

FC — UART —> MAVESP8266 — AP —> Mission Planner

yes, that works.
I want this:

FC - UART - MAVESP8266-1 - MAVESP8266-2 - UART - MP

it wont work, you will get the wifi to connect but it wont send data between the ports and they are both listening for a connection.

use this, those chips will go much further using espnow protocol rather than wifi.

Ah, will have a try, thanks alot !