]> git.ipfire.org Git - thirdparty/hostap.git/commit
OCV: Fix build without CONFIG_OCV=y
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 30 Jan 2023 09:23:35 +0000 (11:23 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 30 Jan 2023 09:23:35 +0000 (11:23 +0200)
commit89377c6b9cd6c16a0f5373c64e88887a8ab549ce
tree9b9a699e0dfc765b718ece7bf0205b8740bba8ad
parentd44a7e38d1ebb10866cc6c6219725ef938cb82d9
OCV: Fix build without CONFIG_OCV=y

ssid->ocv is defined within CONFIG_OCV block, so the use for it needs to
match.

Fixes: dc7e330e0b89 ("Set OCV capability based on Association Request frame RSNE")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
wpa_supplicant/events.c