]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow SME SA Query to be used by all drivers
authorChet Lanctot <clanctot@qca.qualcomm.com>
Mon, 11 Mar 2013 11:49:40 +0000 (13:49 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 11 Mar 2013 11:49:40 +0000 (13:49 +0200)
commit3ee9ade6cf7220465b923be17e938a7d496b0042
tree6145020af57c7af6f6525c959bd0388dd6b25f4c
parent5139008b5105b40007ae7e83bc469cef39db9fbb
Allow SME SA Query to be used by all drivers

The unprotected disconnection events were previously processed only for
drivers that used the wpa_supplicant SME implementation (separate
authentication and association commands). However, this can be useful
for drivers that use the connect API, so remove the limitation and allow
the same IEEE 802.11w SA Query mechanism to be used even without full
use of the wpa_supplicant SME.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/sme.c