Home | History | Annotate | Download | only in ap

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);
26 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta);
27 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
28 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
31 int ieee802_1x_init(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,
47 int ieee802_1x_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
48 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
53 const char *radius_mode_txt(struct hostapd_data *hapd);
54 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
56 int add_common_radius_attr(struct hostapd_data *hapd,