Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c54 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta()
79 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_get_sta_p2p()
102 if (hapd->sta_list == sta) { in ap_sta_list_del()
103 hapd->sta_list = sta->next; in ap_sta_list_del()
107 tmp = hapd->sta_list; in ap_sta_list_del()
292 sta = hapd->sta_list; in hostapd_free_stas()
593 sta->next = hapd->sta_list; in ap_sta_add()
594 hapd->sta_list = sta; in ap_sta_add()
Dtkip_countermeasures.c48 while ((sta = hapd->sta_list)) { in ieee80211_tkip_countermeasures_start()
Dhostapd.h108 struct sta_info *sta_list; /* STA info list head */ member
Dctrl_iface_ap.c153 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen); in hostapd_ctrl_iface_sta_first()
Dhostapd.c613 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
623 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
634 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_das_find_sta()
Dwpa_auth_glue.c318 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_wpa_auth_for_each_sta()
Dwps_hostapd.c1418 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_rx_req_put_wlan_response()
Dieee802_11.c382 for (sta = hapd->sta_list; sta; sta = sta->next) { in use_sae_anti_clogging()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1087 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_ctrl_iface_set()
1099 for (sta = hapd->sta_list; sta; sta = sta->next) { in hostapd_ctrl_iface_set()