Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dsta_info.c33 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta()
57 if (hapd->sta_list == sta) { in ap_sta_list_del()
58 hapd->sta_list = sta->next; in ap_sta_list_del()
62 tmp = hapd->sta_list; in ap_sta_list_del()
135 sta = hapd->sta_list; in hostapd_free_stas()
171 sta->next = hapd->sta_list; in ap_sta_add()
172 hapd->sta_list = sta; in ap_sta_add()
Dhostapd.h104 struct sta_info *sta_list; /* STA info list head */ member
Dieee802_11.c202 for (sta = hapd->sta_list; sta; sta = sta->next) { in use_sae_anti_clogging()