the example "Wi-Fi: TWT" can not work when connect to the ppk II

I build and flash the wifi example "Wi-Fi: TWT" source code to the nRF7002-DK, and it work well and print is right:

[00:00:06.764,190] <inf> twt: ==================
[00:00:06.764,221] <inf> twt: State: SCANNING
[00:00:07.064,361] <inf> twt: ==================
[00:00:07.064,392] <inf> twt: State: SCANNING
[00:00:07.364,532] <inf> twt: ==================
[00:00:07.364,562] <inf> twt: State: SCANNING
[00:00:07.664,703] <inf> twt: ==================
[00:00:07.664,703] <inf> twt: State: SCANNING
[00:00:07.964,874] <inf> twt: ==================
[00:00:07.964,904] <inf> twt: State: AUTHENTICATING
[00:00:08.093,231] <inf> twt: Connected
[00:00:08.106,048] <inf> net_dhcpv4: Received: 192.168.6.192
[00:00:08.106,201] <inf> net_config: IPv4 address: 192.168.6.192
[00:00:08.106,231] <inf> net_config: Lease time: 43200 seconds
[00:00:08.106,262] <inf> net_config: Subnet: 255.255.255.0
[00:00:08.106,292] <inf> net_config: Router: 192.168.6.1
[00:00:08.106,414] <inf> twt: DHCP IP address: 192.168.6.192
[00:00:08.270,446] <inf> twt: ==================
[00:00:08.270,477] <inf> twt: State: COMPLETED
[00:00:08.270,507] <inf> twt: Interface Mode: STATION
[00:00:08.270,507] <inf> twt: Link Mode: WIFI 6 (802.11ax/HE)
[00:00:08.270,538] <inf> twt: SSID: OpenWrt_1F05DA_5G
[00:00:08.270,568] <inf> twt: BSSID: 94:83:C4:1F:05:DA
[00:00:08.270,599] <inf> twt: Band: 5GHz
[00:00:08.270,599] <inf> twt: Channel: 36
[00:00:08.270,629] <inf> twt: Security: WPA2-PSK
[00:00:08.270,660] <inf> twt: MFP: Optional
[00:00:08.270,660] <inf> twt: RSSI: -47
[00:00:08.270,660] <inf> twt: TWT: Supported
[00:00:10.270,782] <inf> twt: AP is TWT capable, establishing TWT
[00:00:10.282,257] <inf> twt: TWT setup requested
[00:00:10.386,108] <inf> twt: TWT response: TWT accept
[00:00:10.386,108] <inf> twt: == TWT negotiated parameters ==
[00:00:10.386,108] <inf> twt: TWT Dialog token: 1
[00:00:10.386,138] <inf> twt: TWT flow ID: 1
[00:00:10.386,138] <inf> twt: TWT negotiation type: TWT individual negotiation
[00:00:10.386,169] <inf> twt: TWT responder: false
[00:00:10.386,199] <inf> twt: TWT implicit: true
[00:00:10.386,230] <inf> twt: TWT announce: false
[00:00:10.386,260] <inf> twt: TWT trigger: false
[00:00:10.386,260] <inf> twt: TWT wake interval: 65024 us
[00:00:10.386,260] <inf> twt: TWT interval: 524000 us
[00:00:10.386,260] <inf> twt: ========================
[00:00:10.582,336] <inf> twt: TWT Setup success

But when i connect the nRF7002-DK with ppk ii, it can not work, and print as fllow:

[00:00:06.863,464] <inf> twt: ==================
[00:00:06.863,494] <inf> twt: State: DISCONNECTED
[00:00:06.963,439] <err> wifi_nrf: nrf_wifi_wpa_supp_scan2: RPU context not initialized
[00:00:07.163,635] <inf> twt: ==================
[00:00:07.163,665] <inf> twt: State: DISCONNECTED
[00:00:07.463,806] <inf> twt: ==================
[00:00:07.463,806] <inf> twt: State: DISCONNECTED
[00:00:07.763,977] <inf> twt: ==================
[00:00:07.763,977] <inf> twt: State: DISCONNECTED

So, how can i measure the power when running the the wifi example "Wi-Fi: TWT"

Can you give me some guidance? Thank you very much

Parents Reply Children
Related