Deleted Added
full compact
ieee802_1x.h (281806) ieee802_1x.h (289549)
1/*
2 * hostapd / IEEE 802.1X-2004 Authenticator
3 * Copyright (c) 2002-2012, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8

--- 9 unchanged lines hidden (view full) ---

18struct radius_msg;
19
20
21void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf,
22 size_t len);
23void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta);
24void ieee802_1x_free_station(struct sta_info *sta);
25
1/*
2 * hostapd / IEEE 802.1X-2004 Authenticator
3 * Copyright (c) 2002-2012, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8

--- 9 unchanged lines hidden (view full) ---

18struct radius_msg;
19
20
21void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf,
22 size_t len);
23void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta);
24void ieee802_1x_free_station(struct sta_info *sta);
25
26void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta);
27void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
28void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
29 struct sta_info *sta, int authorized);
30void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
31int ieee802_1x_init(struct hostapd_data *hapd);
32void ieee802_1x_erp_flush(struct hostapd_data *hapd);
33void ieee802_1x_deinit(struct hostapd_data *hapd);
34int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,

--- 28 unchanged lines hidden ---
26void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
27void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
28 struct sta_info *sta, int authorized);
29void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
30int ieee802_1x_init(struct hostapd_data *hapd);
31void ieee802_1x_erp_flush(struct hostapd_data *hapd);
32void ieee802_1x_deinit(struct hostapd_data *hapd);
33int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,

--- 28 unchanged lines hidden ---