Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_er.h33 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];
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_er.h33 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];
[all …]