diff options
Diffstat (limited to 'contrib/hostapd/eapol_sm.h')
-rw-r--r-- | contrib/hostapd/eapol_sm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/hostapd/eapol_sm.h b/contrib/hostapd/eapol_sm.h index 7b74ed1c607a..c89dd021473f 100644 --- a/contrib/hostapd/eapol_sm.h +++ b/contrib/hostapd/eapol_sm.h @@ -195,6 +195,8 @@ struct eapol_state_machine { */ u8 currentId; + Boolean initializing; /* in process of initializing state machines */ + /* Somewhat nasty pointers to global hostapd and STA data to avoid * passing these to every function */ struct hostapd_data *hapd; |