Searched defs:wps_er_ap (Results 1 – 1 of 1) sorted by relevance
33 struct wps_er_ap { struct34 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];[all …]