Indicate if BIGTK has been set in STATUS output

The new "bigtk_set=1" entry in the control interface STATUS command
output indicates that a BIGTK has been successfully configured. This
shows that beacon protection has been enabled for the current
association.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2024-07-11 23:14:02 +03:00 committed by Jouni Malinen
parent 42c1a512d9
commit 7436b5b012
4 changed files with 20 additions and 2 deletions

View file

@ -1611,6 +1611,7 @@ struct wpa_supplicant {
#endif /* CONFIG_NAN_USD */
bool ssid_verified;
bool bigtk_set;
};