diff options
Diffstat (limited to 'contrib/hostapd/ieee802_1x.h')
-rw-r--r-- | contrib/hostapd/ieee802_1x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/hostapd/ieee802_1x.h b/contrib/hostapd/ieee802_1x.h index 3916138c0b41..c52d7bb64333 100644 --- a/contrib/hostapd/ieee802_1x.h +++ b/contrib/hostapd/ieee802_1x.h @@ -80,5 +80,7 @@ int ieee802_1x_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen); int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen); void hostapd_get_ntp_timestamp(u8 *buf); +void ieee802_1x_finished(struct hostapd_data *hapd, struct sta_info *sta, + int success); #endif /* IEEE802_1X_H */ |