Home | History | Annotate | Download | only in ap

Lines Matching refs:hostapd_data

151 struct hostapd_data;
153 int ap_for_each_sta(struct hostapd_data *hapd,
154 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
157 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
158 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
159 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
160 void hostapd_free_stas(struct hostapd_data *hapd);
162 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
164 void ap_sta_no_session_timeout(struct hostapd_data *hapd,
166 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);
167 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta,
169 void ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta,
172 int ap_sta_wps_cancel(struct hostapd_data *hapd,
175 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta,
177 void ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta);
178 void ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta);
179 int ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta);
180 void ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta,
183 void ap_sta_set_authorized(struct hostapd_data *hapd,
190 void ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta);
191 void ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta);