Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c55 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta()
80 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_get_sta_p2p()
103 if (hapd->sta_list == sta) { in ap_sta_list_del()
104 hapd->sta_list = sta->next; in ap_sta_list_del()
108 tmp = hapd->sta_list; in ap_sta_list_del()
322 sta = hapd->sta_list; in hostapd_free_stas()
631 sta->next = hapd->sta_list; in ap_sta_add()
632 hapd->sta_list = sta; in ap_sta_add()
Dtkip_countermeasures.c48 while ((sta = hapd->sta_list)) { in ieee80211_tkip_countermeasures_start()
Ddhcp_snoop.c150 for (sta = hapd->sta_list; sta; sta = sta->next) { in handle_dhcp()
Dndisc_snoop.c88 for (sta = hapd->sta_list; sta; sta = sta->next) { in ucast_to_stas()
Dhostapd.c634 for (sta = hapd->sta_list; sta; sta = sta->next) in hostapd_das_find_sta()
647 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
663 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
692 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
723 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
750 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
788 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
Dhostapd.h117 struct sta_info *sta_list; /* STA info list head */ member
Dctrl_iface_ap.c170 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen); in hostapd_ctrl_iface_sta_first()
Dwpa_auth_glue.c347 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_wpa_auth_for_each_sta()
Dwps_hostapd.c1431 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_rx_req_put_wlan_response()
Dieee802_11.c412 for (sta = hapd->sta_list; sta; sta = sta->next) { in use_sae_anti_clogging()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c174 for (sta = hapd->sta_list; sta; sta = sta->next) { in llid_in_use()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1298 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_ctrl_iface_set()
1310 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_ctrl_iface_set()