Home
last modified time | relevance | path

Searched refs:wps_er_sta (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_er.c34 static void wps_er_sta_event(struct wps_context *wps, struct wps_er_sta *sta, in wps_er_sta_event()
59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, in wps_er_sta_get()
62 struct wps_er_sta *sta; in wps_er_sta_get()
63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) { in wps_er_sta_get()
74 static void wps_er_sta_free(struct wps_er_sta *sta) in wps_er_sta_free()
93 struct wps_er_sta *prev, *sta; in wps_er_sta_remove_all()
94 dl_list_for_each_safe(sta, prev, &ap->sta, struct wps_er_sta, list) in wps_er_sta_remove_all()
749 struct wps_er_sta *sta = eloop_data; in wps_er_sta_timeout()
756 static struct wps_er_sta * wps_er_add_sta_data(struct wps_er_ap *ap, in wps_er_add_sta_data()
761 struct wps_er_sta *sta = wps_er_sta_get(ap, addr, NULL); in wps_er_add_sta_data()
[all …]
Dwps_er.h14 struct wps_er_sta { struct