diff options
Diffstat (limited to 'src/ap/ieee802_1x.h')
-rw-r--r-- | src/ap/ieee802_1x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ap/ieee802_1x.h b/src/ap/ieee802_1x.h index e1df940..de6e0e7 100644 --- a/src/ap/ieee802_1x.h +++ b/src/ap/ieee802_1x.h @@ -29,6 +29,7 @@ void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized); void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta); int ieee802_1x_init(struct hostapd_data *hapd); +void ieee802_1x_erp_flush(struct hostapd_data *hapd); void ieee802_1x_deinit(struct hostapd_data *hapd); int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta, const u8 *buf, size_t len, int ack); |