]> git.ipfire.org Git - thirdparty/hostap.git/commit
Android: Delay QCA roam+auth event until NL80211_CMD_ROAM is received
authorSwarn Singh <quic_swarnkum@quicinc.com>
Wed, 28 Sep 2022 18:10:52 +0000 (23:40 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 13 Oct 2022 15:34:26 +0000 (18:34 +0300)
commit1864664ca3c427afd7331117b7685cbc5b3a2cca
treeec570538975debae24df75134306924f348ba86f
parent7f20a0a0bc34edfcef090d75058089fd01dca37e
Android: Delay QCA roam+auth event until NL80211_CMD_ROAM is received

Information from both NL80211_CMD_ROAM and
QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH events is required for
processing the roam events correctly, especially to get the newly
connected BSS details. Indicate the roam event to private libraries only
after NL80211_CMD_ROAM and QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH
events are received.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/drivers/driver_nl80211_event.c