~indicator-network-developers/wpasupplicant/trunk

Viewing all changes in revision 14451.

  • Committer: Jouni Malinen
  • Author(s): Ilan Peer
  • Date: 2019-04-15 22:53:18 UTC
  • Revision ID: git-v1:323a51cc01985bdf73168a29a8ef77c446b9df2d
nl80211: Handle NL80211_CMD_PROBE_CLIENT command response

When processing the NL80211_CMD_PROBE_CLIENT command response, the
nl80211 layer in the kernel sends a response containing the cookie
associated with the client probe request. This response was not handled
by driver_nl80211.c when sending the command, and it was mistakenly
handled as an asynchronous event. This incorrect event did not include
the MAC/ACK attributes, so it was ignored in practice, but nevertheless,
the command response should not be processed as an event.

Fix this by reading the response as part of the sending the command
flow.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: