Doze mode : ethernet keep

I want to know how to keep adb connection after putting device into sleep mode when connected to network ethernet

product : radxa zero 3e
OS : Radxa_ZERO_3W_3E_Android11_rkr12_20231109-gpt ( SD CARD )

Puts the device to sleep

scenario

  1. adb devices
    xxx.xxx.xxx.xx:5555 device

  2. adb connection xxx.xxx.xxx.xxx
    already connected to xxx.xxx.xxx.xxx:5555

  3. adb -s xxx.xxx.xxx.xxx shell input keyevent KEYCODE_SLEEP

  4. adb devices
    xxx.xxx.xxx.xx:5555 offline