Searched refs:sta_list (Results 1 – 3 of 3) sorted by relevance
33 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()
104 struct sta_info *sta_list; /* STA info list head */ member
202 for (sta = hapd->sta_list; sta; sta = sta->next) { in use_sae_anti_clogging()