Lines Matching defs:hapd
47 int ap_for_each_sta(struct hostapd_data *hapd, in ap_for_each_sta()
48 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
75 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p()
98 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del()
118 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add()
125 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del()
147 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta()
288 void hostapd_free_stas(struct hostapd_data *hapd) in hostapd_free_stas()
318 struct hostapd_data *hapd = eloop_ctx; in ap_handle_timer() local
477 struct hostapd_data *hapd = eloop_ctx; in ap_handle_session_timer() local
502 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_replenish_timeout()
514 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_session_timeout()
526 void ap_sta_no_session_timeout(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_no_session_timeout()
535 struct hostapd_data *hapd = eloop_ctx; in ap_handle_session_warning_timer() local
549 void ap_sta_session_warning_timeout(struct hostapd_data *hapd, in ap_sta_session_warning_timeout()
558 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) in ap_sta_add()
604 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_remove()
620 static void ap_sta_remove_in_other_bss(struct hostapd_data *hapd, in ap_sta_remove_in_other_bss()
647 struct hostapd_data *hapd = eloop_ctx; in ap_sta_disassoc_cb_timeout() local
655 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_disassociate()
685 struct hostapd_data *hapd = eloop_ctx; in ap_sta_deauth_cb_timeout() local
693 void ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_deauthenticate()
722 int ap_sta_wps_cancel(struct hostapd_data *hapd, in ap_sta_wps_cancel()
738 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_bind_vlan()
859 int ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta) in ap_check_sa_query_timeout()
885 struct hostapd_data *hapd = eloop_ctx; in ap_sa_query_timer() local
922 void ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_start_sa_query()
928 void ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_stop_sa_query()
939 void ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_set_authorized()
1006 void ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_disconnect()
1041 void ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_deauth_cb()
1053 void ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_disassoc_cb()