]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix test compilation error related to sme_event_unprot_disconnect()
authorLior David <liord@codeaurora.org>
Tue, 22 Jan 2019 15:24:35 +0000 (17:24 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 23 Jan 2019 22:21:28 +0000 (00:21 +0200)
commitc85249aa150f0489d81902cc7505d6597ccea22b
tree85a7d686bc6baf2ab3f7f9a0fbabb6d6d128d03c
parent6de2a80940ce21b829a6a98abf58c674288ca359
Fix test compilation error related to sme_event_unprot_disconnect()

sme_event_unprot_disconnect() is only defined with CONFIG_IEEE80211W, so
the CONFIG_TESTING_OPTIONS command UNPROT_DEAUTH can be defined only
with builds that enable IEEE 802.11w support.

Signed-off-by: Lior David <liord@codeaurora.org>
wpa_supplicant/ctrl_iface.c