Lines Matching refs:hostapd_data
12 struct hostapd_data;
21 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf,
23 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta);
24 void ieee802_1x_free_station(struct hostapd_data *hapd, struct sta_info *sta);
26 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
27 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
30 int ieee802_1x_init(struct hostapd_data *hapd);
31 void ieee802_1x_erp_flush(struct hostapd_data *hapd);
32 void ieee802_1x_deinit(struct hostapd_data *hapd);
33 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
35 int ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
48 int ieee802_1x_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
49 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
54 const char *radius_mode_txt(struct hostapd_data *hapd);
55 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
57 int add_common_radius_attr(struct hostapd_data *hapd,
61 int add_sqlite_radius_attr(struct hostapd_data *hapd, struct sta_info *sta,
63 void ieee802_1x_encapsulate_radius(struct hostapd_data *hapd,
67 ieee802_1x_alloc_eapol_sm(struct hostapd_data *hapd, struct sta_info *sta);