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

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_er.h14 struct wps_er_sta { struct
H A Dwps_er.c34 static void wps_er_sta_event(struct wps_context *wps, struct wps_er_sta *sta,
59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr,
62 struct wps_er_sta *sta;
63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) {
74 static void wps_er_sta_free(struct wps_er_sta *sta)
93 struct wps_er_sta *prev, *sta;
94 dl_list_for_each_safe(sta, prev, &ap->sta, struct wps_er_sta, list)
749 struct wps_er_sta *sta = eloop_data;
756 static struct wps_er_sta * wps_er_add_sta_data(struct wps_er_ap *ap,
761 struct wps_er_sta *st
[all...]

Completed in 59 milliseconds