The client does not enter sleep mode as expected.

We are using the Nordic Semiconductor nRF7002-DK. In this board, both PS-Poll and No-PS-Poll power-saving modes are working as expected. However, when running in TWT (Target Wake Time) power mode using the following command:-wifi twt setup 0 0 2 2 0 1 1 1 1000 60000, the client does not enter sleep mode as expected. Can you help us to enter the device into sleep mode.
Applications Versions: 
  1. nRF connection Desktop v5.2.0
  2. Toolchain Manager v1.6.0
  3. Visual studio cade v2.9.2
  4. Windows 11 pro Platform
Parents
  • Hi,

    What access point are you using? It could be that the access point does not support TWT.

    Can you share device logs when enabling TWT? You can also try the Wi-Fi TWT sample.

    Best regards,
    Marte

  • Hi,

    We are currently using a FreeBox Access Point, which supports TWT (Target Wake Time) power save mode. In the packet capture, we can see both the TWT Request and Accept frames. However, the client is still not entering power save mode.

    TWT enabling logs:-

    uart:~$ wifi twt setup 0 0 2 2 0 1 1 1 2000 60000
    TWT operation TWT setup with dg: 2, flow_id: 2 requested
    TWT response: TWT accept
    == TWT negotiated parameters ==
    TWT Dialog token: 2
    TWT flow ID: 1
    TWT negotiation type: TWT individual negotiation
    TWT responder: true
    TWT implicit: true
    TWT announce: true
    TWT trigger: true
    TWT wake interval: 2048 us
    TWT interval: 60000 us

    For your reference Pcap screenshot attached below.

    Thanks & regards,

    Naveen P

Reply
  • Hi,

    We are currently using a FreeBox Access Point, which supports TWT (Target Wake Time) power save mode. In the packet capture, we can see both the TWT Request and Accept frames. However, the client is still not entering power save mode.

    TWT enabling logs:-

    uart:~$ wifi twt setup 0 0 2 2 0 1 1 1 2000 60000
    TWT operation TWT setup with dg: 2, flow_id: 2 requested
    TWT response: TWT accept
    == TWT negotiated parameters ==
    TWT Dialog token: 2
    TWT flow ID: 1
    TWT negotiation type: TWT individual negotiation
    TWT responder: true
    TWT implicit: true
    TWT announce: true
    TWT trigger: true
    TWT wake interval: 2048 us
    TWT interval: 60000 us

    For your reference Pcap screenshot attached below.

    Thanks & regards,

    Naveen P

Children
Related