You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the length of currently receiving packet.
When I checked 'ath_rx_status' info, It looks like the received 'rs_datalen' field is updated after all the packet is received in the rx buffer.
So I think accessing the length field in L-SIG field (PHY header) can be a solution.
But I can't find any way to access it throughout firmware source code. Is there any way to do it?
Or can L-SIG field be accessed only by hardware?
Thank you.
Hyunjoong Lee.
The text was updated successfully, but these errors were encountered:
I am trying to get the length of currently receiving packet.
When I checked 'ath_rx_status' info, It looks like the received 'rs_datalen' field is updated after all the packet is received in the rx buffer.
So I think accessing the length field in L-SIG field (PHY header) can be a solution.
But I can't find any way to access it throughout firmware source code. Is there any way to do it?
Or can L-SIG field be accessed only by hardware?
Thank you.
Hyunjoong Lee.
The text was updated successfully, but these errors were encountered: