]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/eap_peer/eap.h
Skip network disabling on expected EAP failure
[thirdparty/hostap.git] / src / eap_peer / eap.h
index 711f41ff80cef4611d263e67a848c8d22866dd0b..712e929dcbe3650381b53e586ea9b6235e9d3438 100644 (file)
@@ -320,6 +320,7 @@ int eap_is_wps_pin_enrollee(struct eap_peer_config *conf);
 struct ext_password_data;
 void eap_sm_set_ext_pw_ctx(struct eap_sm *sm, struct ext_password_data *ext);
 void eap_set_anon_id(struct eap_sm *sm, const u8 *id, size_t len);
+int eap_peer_was_failure_expected(struct eap_sm *sm);
 
 #endif /* IEEE8021X_EAPOL */