TWT not supported

Hi 

I'm running the wifi shell sample on nrf7002dk, but I can't enable TWT. The router is a TP-Link AX1500 Wi-Fi 6 Router. I have enabled TWT in the router setup. Is there some additional steps to to enable TWT?

Starting nrf7002dk_nrf5340_cpuapp with CPU frequency: 128 MHz
[00:00:00.485,229] <inf> wpa_supp: Successfully initialized wpa_supplicant
uart:~$ wifi connect xxssidxx xxpasswdxx
Connection requested
Connected
[00:02:51.468,688] <inf> wpa_supp: nordic_wlan0: SME: Trying to authenticate with 72:62:8b:af:5f:1f (SSID='xxxxx' freq=5180 MHz)
[00:02:51.714,447] <inf> wpa_supp: nordic_wlan0: Trying to associate with 72:62:8b:af:5f:1f (SSID='xxxxx' freq=5180 MHz)
[00:02:51.728,881] <inf> wpa_supp: nordic_wlan0: Associated with 72:62:8b:af:5f:1f
[00:02:51.729,003] <inf> wpa_supp: nordic_wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
[00:02:51.746,948] <inf> wpa_supp: nordic_wlan0: WPA: Key negotiation completed with 72:62:8b:af:5f:1f [PTK=CCMP GTK=CCMP]
[00:02:51.747,100] <inf> wpa_supp: nordic_wlan0: CTRL-EVENT-CONNECTED - Connection to 72:62:8b:af:5f:1f completed [id=0 id_str=]
[00:02:51.757,263] <inf> net_dhcpv4: Received: 192.168.0.183
uart:~$ wifi status
Status: successful
==================
State: COMPLETED
Interface Mode: STATION
Link Mode: WIFI 6 (802.11ax/HE)
SSID: xxxxxx
BSSID: 72:62:8B:AF:5F:1F
Band: 5GHz
Channel: 36
Security: WPA2-PSK
MFP: Optional
RSSI: -54
Beacon Interval: 100
DTIM: 1
TWT: Not supported

I also tried with another router: ZYXEL _WS5600 --> same result:

uart:~$ wifi disconnect
Disconnection request done (0)
Disconnect requested
[00:11:28.982,910] <inf> wpa_supp: nordic_wlan0: CTRL-EVENT-DISCONNECTED bssid=72:62:8b:af:5f:1f reason=3 locally_generated=1
[00:11:28.989,257] <inf> wpa_supp: nordic_wlan0: CTRL-EVENT-DSCP-POLICY clear_all
uart:~$ wifi connect xxxxx xxxxx
Connection requested
Connected
[00:11:51.394,470] <inf> wpa_supp: nordic_wlan0: SME: Trying to authenticate with fc:22:f4:11:77:bf (SSID='xxxxx' freq=5220 MHz)
[00:11:51.640,991] <inf> wpa_supp: nordic_wlan0: Trying to associate with fc:22:f4:11:77:bf (SSID='xxxxx' freq=5220 MHz)
[00:11:51.656,341] <inf> wpa_supp: nordic_wlan0: Associated with fc:22:f4:11:77:bf
[00:11:51.656,463] <inf> wpa_supp: nordic_wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
[00:11:51.790,130] <inf> wpa_supp: nordic_wlan0: WPA: Key negotiation completed with fc:22:f4:11:77:bf [PTK=CCMP GTK=CCMP]
[00:11:51.790,313] <inf> wpa_supp: nordic_wlan0: CTRL-EVENT-CONNECTED - Connection to fc:22:f4:11:77:bf completed [id=0 id_str=]
[00:11:51.793,151] <inf> wpa_supp: nordic_wlan0: TRANSITION-DISABLE 01
[00:11:52.004,760] <inf> net_dhcpv4: Received: 192.168.1.50
uart:~$ wifi status
Status: successful
==================
State: COMPLETED
Interface Mode: STATION
Link Mode: WIFI 6 (802.11ax/HE)
SSID: xxxxx
BSSID: FC:22:F4:11:77:BF
Band: 5GHz
Channel: 44
Security: WPA2-PSK
MFP: Optional
RSSI: -47
Beacon Interval: 100
DTIM: 1
TWT: Not supported
[00:12:09.106,323] <inf> wpa_supp: nordic_wlan0: MBO-TRANSITION-REASON reason=0
[00:12:09.106,384] <inf> wpa_supp: nordic_wlan0: WNM: Preferred List Available
Connected

Related