Lines Matching refs:wps_er_sta
34 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()
867 struct wps_er_sta *sta = ctx; in wps_er_http_put_wlan_response_cb()
962 static void wps_er_sta_send_msg(struct wps_er_sta *sta, struct wpabuf *msg) in wps_er_sta_send_msg()
1009 static void wps_er_sta_process(struct wps_er_sta *sta, struct wpabuf *msg, in wps_er_sta_process()
1035 static void wps_er_sta_start(struct wps_er_sta *sta, struct wpabuf *msg) in wps_er_sta_start()
1072 struct wps_er_sta *sta; in wps_er_process_wlanevent_eap()
1333 struct wps_er_sta *sta; in wps_er_refresh()
1337 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) in wps_er_refresh()
1579 struct wps_er_sta *sta = NULL; in wps_er_pbc()
1631 struct wps_er_sta *sta; in wps_er_get_sta_uuid()