Lines Matching refs:hapd
131 int ap_for_each_sta(struct hostapd_data *hapd,
132 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
135 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
136 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
137 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
138 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
139 void hostapd_free_stas(struct hostapd_data *hapd);
141 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
143 void ap_sta_no_session_timeout(struct hostapd_data *hapd,
145 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);
146 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta,
148 void ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta,
150 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta,
152 void ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta);
153 void ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta);
154 int ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta);
155 void ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta,
158 void ap_sta_set_authorized(struct hostapd_data *hapd,