Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A 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()
H A Dsta_info.c60 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta()
85 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_get_sta_p2p()
108 if (hapd->sta_list == sta) { in ap_sta_list_del()
109 hapd->sta_list = sta->next; in ap_sta_list_del()
113 tmp = hapd->sta_list; in ap_sta_list_del()
485 sta = hapd->sta_list; in hostapd_free_stas()
506 sta = hapd->sta_list; in hostapd_free_link_stas()
846 sta->next = hapd->sta_list; in ap_sta_add()
847 hapd->sta_list = sta; in ap_sta_add()
1058 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in ap_sta_ml_disconnect()
[all …]
H A Dtkip_countermeasures.c48 while ((sta = hapd->sta_list)) { in ieee80211_tkip_countermeasures_start()
H A Ddhcp_snoop.c93 for (sta = hapd->sta_list; sta; sta = sta->next) { in handle_dhcp()
H A Dndisc_snoop.c90 for (sta = hapd->sta_list; sta; sta = sta->next) { in ucast_to_stas()
H A Dhostapd.c985 for (sta = hapd->sta_list; sta; sta = sta->next) in hostapd_das_find_sta()
998 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1014 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1042 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1073 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1100 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
1138 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
2338 *get_ctx = (struct fst_get_peer_ctx *) hapd->sta_list; in fst_hostapd_get_peer_first()
4784 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_ocv_check_csa_sa_query()
H A 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()
H A Dhostapd.h185 struct sta_info *sta_list; /* STA info list head */ member
H A Dieee802_11_shared.c1208 for (tmp_sta = other_hapd->sta_list; tmp_sta; tmp_sta = tmp_sta->next) { in hostapd_ml_get_assoc_sta()
H A Dwpa_auth_glue.c593 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_wpa_auth_for_each_sta()
H A Dwps_hostapd.c1727 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_rx_req_put_wlan_response()
H A Dieee802_11.c779 for (sta = hapd->sta_list; sta; sta = sta->next) { in use_anti_clogging()
5867 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in hostapd_ml_handle_disconnect()
6517 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in hostapd_ml_handle_assoc_cb()
H A Dieee802_1x.c178 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in ieee802_1x_ml_set_sta_authorized()
H A Ddrv_callbacks.c1333 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_event_ch_switch()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c154 for (sta = hapd->sta_list; sta; sta = sta->next) { in auth_for_each_sta()
H A Dmesh_mpm.c176 for (sta = hapd->sta_list; sta; sta = sta->next) { in llid_in_use()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A 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()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2981 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_ctrl_iface_notify_cw_change()