Lines Matching defs:wps_er_ap
33 struct wps_er_ap { struct
34 struct dl_list list;
35 struct wps_er *er;
36 struct dl_list sta; /* list of STAs/Enrollees using this AP */
37 struct in_addr addr;
38 char *location;
39 struct http_client *http;
40 struct wps_data *wps;
42 u8 uuid[WPS_UUID_LEN];
43 u8 pri_dev_type[8];
67 void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1); argument