]> git.ipfire.org Git - thirdparty/hostap.git/commit
Indicate if SSID has been verified in STATUS output
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 11 Jul 2024 19:44:46 +0000 (22:44 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 11 Jul 2024 19:58:12 +0000 (22:58 +0300)
commitc6f394b8884b4e518c6b6bb2506d85c5bd080e60
treee343818ab85caa55c01d6da6e590159444277b44
parentb745cd33efb463109f7f10e9018aaa8cb71097a7
Indicate if SSID has been verified in STATUS output

Add a new "ssid_verified=1" entry into the control interface STATUS
command output if the SSID has been verified for the current
association. This verification may have been done implicitly (e.g., with
SAE H2E and FT protocol binding in the SSID into key derivation or with
FILS protecting the SSID element in the (Re)Association Request frame)
or explicitly with the recently added SSID protection mechanism during
the 4-way handshake.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant/wpas_glue.c