Hi,
1. I was facing issue with my nordic device saying
[02:16:46.206,481] <err> net_pkt: Data buffer (1328) allocation failed.
[02:16:46.206,481] <wrn> net_conn: pkt cloning failed, pkt 0x2003a454 dropped
continuously , attached video below for your reference.
2. I need to test TWT powersave using Nrf7002dk, what i was doing was
- Initially turning on powersave using " wifi ps on "
- Connecting wifi using " wifi connect SSID Password "
- After successful connection starting ping to the nordic ip which i took from "net iface show" through my laptop which is in the same network and ping is happening.
- Now entering " wifi twt setup 0 0 2 2 0 0 1 0 20000 3000000 " command and output occurred as uart:~$ wifi twt setup 0 0 2 2 0 0 1 0 20000 3000000
TWT operation TWT setup with dg: 2, flow_id: 2 requested
TWT response: TWT reject
TWT Dialog token: 2
TWT flow ID: 2
TWT negotiation type: TWT individual negotiation
TWT responder: true
TWT implicit: true
TWT announce: false
TWT trigger: false
TWT wake interval: 19968 us
TWT interval: 3002000 us
======================
But even after i have given wake interval it should go to sleep and should wake after the given wake interval time, but i was not happening in that way, it was continuously pinging or reachable without sleep.
3. When i was giving net tcp connect IP Port it was disconnecting with errors
I need help on both points, ASAP because it was stopping my testing.