Home
last modified time | relevance | path

Searched refs:sta_list (Results 1 – 18 of 18) sorted by relevance

/hostap-latest/src/ap/
Dsta_info.c64 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta()
89 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_get_sta_p2p()
112 if (hapd->sta_list == sta) { in ap_sta_list_del()
113 hapd->sta_list = sta->next; in ap_sta_list_del()
117 tmp = hapd->sta_list; in ap_sta_list_del()
489 sta = hapd->sta_list; in hostapd_free_stas()
510 sta = hapd->sta_list; in hostapd_free_link_stas()
850 sta->next = hapd->sta_list; in ap_sta_add()
851 hapd->sta_list = sta; in ap_sta_add()
1062 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in ap_sta_ml_disconnect()
[all …]
Dairtime_policy.c79 for (sta = hapd->sta_list; sta; sta = sta->next) { in count_backlogged_sta()
115 for (sta = hapd->sta_list; sta; sta = sta->next) in set_sta_weights()
Dtkip_countermeasures.c48 while ((sta = hapd->sta_list)) { in ieee80211_tkip_countermeasures_start()
Ddhcp_snoop.c93 for (sta = hapd->sta_list; sta; sta = sta->next) { in handle_dhcp()
Dndisc_snoop.c90 for (sta = hapd->sta_list; sta; sta = sta->next) { in ucast_to_stas()
Dhostapd.c988 for (sta = hapd->sta_list; sta; sta = sta->next) in hostapd_das_find_sta()
1001 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1017 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1045 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1076 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1103 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1141 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
2326 *get_ctx = (struct fst_get_peer_ctx *) hapd->sta_list; in fst_hostapd_get_peer_first()
4777 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_ocv_check_csa_sa_query()
Dctrl_iface_ap.c498 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen); in hostapd_ctrl_iface_sta_first()
1592 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_disassoc_accept_mac()
1611 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_disassoc_deny_mac()
Dhostapd.h192 struct sta_info *sta_list; /* STA info list head */ member
Dieee802_11_shared.c1208 for (tmp_sta = other_hapd->sta_list; tmp_sta; tmp_sta = tmp_sta->next) { in hostapd_ml_get_assoc_sta()
Dwpa_auth_glue.c641 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_wpa_auth_for_each_sta()
Dwps_hostapd.c1727 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_rx_req_put_wlan_response()
Dieee802_11.c779 for (sta = hapd->sta_list; sta; sta = sta->next) { in use_anti_clogging()
5876 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in hostapd_ml_handle_disconnect()
6526 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in hostapd_ml_handle_assoc_cb()
Ddrv_callbacks.c1335 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_event_ch_switch()
Dieee802_1x.c178 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in ieee802_1x_ml_set_sta_authorized()
/hostap-latest/wpa_supplicant/
Dmesh_rsn.c154 for (sta = hapd->sta_list; sta; sta = sta->next) { in auth_for_each_sta()
Dmesh_mpm.c176 for (sta = hapd->sta_list; sta; sta = sta->next) { in llid_in_use()
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c4693 sta = hapd->sta_list; in wpas_dbus_getter_stas()
6382 for (sta = hapd->sta_list; sta; sta = sta->next) { in wpas_dbus_getter_mesh_peers()
/hostap-latest/hostapd/
Dctrl_iface.c2986 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_ctrl_iface_notify_cw_change()