Lines Matching defs:hapd
53 int ap_for_each_sta(struct hostapd_data *hapd, in ap_for_each_sta()
54 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
69 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
81 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p()
104 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del()
124 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add()
131 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del()
153 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_ip6addr_del()
161 void ap_free_sta_pasn(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta_pasn()
190 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta()
421 void hostapd_free_stas(struct hostapd_data *hapd) in hostapd_free_stas()
451 struct hostapd_data *hapd = eloop_ctx; in ap_handle_timer() local
626 struct hostapd_data *hapd = eloop_ctx; in ap_handle_session_timer() local
654 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_replenish_timeout()
666 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_session_timeout()
678 void ap_sta_no_session_timeout(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_no_session_timeout()
687 struct hostapd_data *hapd = eloop_ctx; in ap_handle_session_warning_timer() local
701 void ap_sta_session_warning_timeout(struct hostapd_data *hapd, in ap_sta_session_warning_timeout()
710 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) in ap_sta_add()
775 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_remove()
797 static void ap_sta_remove_in_other_bss(struct hostapd_data *hapd, in ap_sta_remove_in_other_bss()
828 struct hostapd_data *hapd = eloop_ctx; in ap_sta_disassoc_cb_timeout() local
838 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_disassociate()
880 struct hostapd_data *hapd = eloop_ctx; in ap_sta_deauth_cb_timeout() local
890 void ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_deauthenticate()
929 int ap_sta_wps_cancel(struct hostapd_data *hapd, in ap_sta_wps_cancel()
945 static int ap_sta_get_free_vlan_id(struct hostapd_data *hapd) in ap_sta_get_free_vlan_id()
961 int ap_sta_set_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_set_vlan()
1064 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_bind_vlan()
1147 int ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta) in ap_check_sa_query_timeout()
1173 struct hostapd_data *hapd = eloop_ctx; in ap_sa_query_timer() local
1224 void ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_start_sa_query()
1230 void ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_stop_sa_query()
1239 const char * ap_sta_wpa_get_keyid(struct hostapd_data *hapd, in ap_sta_wpa_get_keyid()
1263 void ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_set_authorized()
1351 void ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_disconnect()
1409 void ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_deauth_cb()
1421 void ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_disassoc_cb()
1433 void ap_sta_clear_disconnect_timeouts(struct hostapd_data *hapd, in ap_sta_clear_disconnect_timeouts()
1498 struct hostapd_data *hapd = eloop_ctx; in ap_sta_delayed_1x_auth_fail_cb() local
1515 void ap_sta_delayed_1x_auth_fail_disconnect(struct hostapd_data *hapd, in ap_sta_delayed_1x_auth_fail_disconnect()
1533 int ap_sta_pending_delayed_1x_auth_fail_disconnect(struct hostapd_data *hapd, in ap_sta_pending_delayed_1x_auth_fail_disconnect()
1541 int ap_sta_re_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_re_add()