[PATCH] nl80211: Do not clear send_frame_cookie on TX wait expiration

Jouni Malinen j at w1.fi
Wed Feb 22 08:42:38 PST 2023


On Sun, Jan 01, 2023 at 02:59:49PM +0200, Andrei Otcheretianski wrote:
> With mac80211 based drivers the NL80211_CMD_FRAME_WAIT_CANCEL can be
> notified to user space while the driver is still handling the frame.
> In such cases, when the driver is done handling the frame it would
> indicate the frame handling status to mac80211, which would
> trigger NL80211_CMD_FRAME_TX_STATUS notification to user space.

This feels a bit strange.. Would you happen to have a wpa_supplicant
debug log with timestamps showing such a case?

NL80211_CMD_FRAME_WAIT_CANCEL is documented to be used as an event
"whenever the driver has completed the off-channel wait time" which is
supposed to be talking about the wait for the response. Why would
the driver be still processing the _transmitted_ request frame if it has
already indicated that it is not waiting for a response anymore? Is
there really a case where the TX status gets delayed so much that this
continues beyond the end of the maximum wait for the response?

> However, the nl80211 driver logic handling for
> NL80211_CMD_FRAME_WAIT_CANCEL clears the send_frame_cookie, so when
> the NL80211_CMD_FRAME_TX_STATUS arrives it is being ignored.
> As a result, wpa_supplicant flows, e.g., P2P GoN confirm transmission
> etc., are stuck (since Tx wait expiration is not handled by the
> wpa_supplicant other than in the context of DPP).
> 
> Fix this issue by not clearing the send_frame_cookie as part of the
> NL80211_CMD_FRAME_WAIT_CANCEL handling.

This clearing was added here:
http://w1.fi/cgit/hostap/commit/?id=7e6f59c7027a08dad4dd022da975502fd53857d1

The proposed changes here seem to partially revert that commit. Is it
really correct to not revert more if this new change is indeed needed?
What about the change in wpa_driver_nl80211_send_action_cancel_wait()?

Would there be a way to achieve both the cleanup in that earlier commit
and this strangely delayed TX status event handling? If not, the new
commit message would at least need to explain that this results in those
old confusing log entries starting to show up again.

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list