diff options
Diffstat (limited to 'src/ap/ieee802_1x.h')
-rw-r--r-- | src/ap/ieee802_1x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap/ieee802_1x.h b/src/ap/ieee802_1x.h index 14d69556993c..ec80199007b6 100644 --- a/src/ap/ieee802_1x.h +++ b/src/ap/ieee802_1x.h @@ -21,7 +21,7 @@ struct radius_msg; void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf, size_t len); void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta); -void ieee802_1x_free_station(struct sta_info *sta); +void ieee802_1x_free_station(struct hostapd_data *hapd, struct sta_info *sta); void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta); void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, |