summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/eap.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-06-05 22:41:14 +0000
committersam <sam@FreeBSD.org>2005-06-05 22:41:14 +0000
commiteb7b540c922bc88123e7df70c4059596d899dbcc (patch)
treef96a92b0c5e547f1c6327d3723d966d19db632e8 /contrib/hostapd/eap.h
parent8e870af29caa54c0b7db4f281d2aff58a0e13121 (diff)
downloadFreeBSD-src-eb7b540c922bc88123e7df70c4059596d899dbcc.zip
FreeBSD-src-eb7b540c922bc88123e7df70c4059596d899dbcc.tar.gz
apply important fixes from development branch
Diffstat (limited to 'contrib/hostapd/eap.h')
-rw-r--r--contrib/hostapd/eap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/hostapd/eap.h b/contrib/hostapd/eap.h
index 01f47da..c79bffe 100644
--- a/contrib/hostapd/eap.h
+++ b/contrib/hostapd/eap.h
@@ -1,3 +1,5 @@
+/* $FreeBSD$ */
+
#ifndef EAP_H
#define EAP_H
@@ -48,6 +50,7 @@ int eap_sm_step(struct eap_sm *sm);
u8 eap_get_type(const char *name);
void eap_set_eapRespData(struct eap_sm *sm, const u8 *eapRespData,
size_t eapRespDataLen);
+void eap_sm_notify_cached(struct eap_sm *sm);
#else /* EAP_AUTHENTICATOR */
@@ -78,6 +81,10 @@ static inline void eap_set_eapRespData(struct eap_sm *sm,
{
}
+static inline void eap_sm_notify_cached(struct eap_sm *sm)
+{
+}
+
#endif /* EAP_AUTHENTICATOR */
#endif /* EAP_H */
OpenPOWER on IntegriCloud