Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_er.c28 static void wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg);
29 static int wps_er_send_get_device_info(struct wps_er_ap *ap,
30 void (*m1_handler)(struct wps_er_ap *ap,
59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, in wps_er_sta_get()
91 static void wps_er_sta_remove_all(struct wps_er_ap *ap) in wps_er_sta_remove_all()
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, in wps_er_ap_get()
103 struct wps_er_ap *ap; in wps_er_ap_get()
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_ap_get()
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) in wps_er_ap_get_id()
118 struct wps_er_ap *ap; in wps_er_ap_get_id()
[all …]
Dwps_er.h16 struct wps_er_ap *ap;
33 struct wps_er_ap { struct
67 void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1); argument