]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Fix external_auth status in driver-SME STA case with AP SME support
authorAshok Kumar <aponnaia@codeaurora.org>
Fri, 24 May 2019 11:50:58 +0000 (17:20 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 31 May 2019 13:52:15 +0000 (16:52 +0300)
commit2552a3735a13446fae321509ace4d6888b8dd830
treea529fffa2362d4034d98e6247970566d252ebad3
parent683f86778d7d99b1df1f18a5cba3f70ffb751f2c
SAE: Fix external_auth status in driver-SME STA case with AP SME support

A driver that uses internal AP SME may need to be able to use the
external_auth status operation in station mode, so do not skip this
solely based on drv->device_ap_sme; instead, use that condition only
when operating in AP mode.

Fix external_auth status in non SME case.

Signed-off-by: Ashok Kumar <aponnaia@codeaurora.org>
src/drivers/driver_nl80211.c