HomeSort by relevance Sort by last modified time
    Searched refs:wps_device_data (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.h 14 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg);
15 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg);
16 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg);
17 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg);
18 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg);
19 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg);
20 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg);
21 int wps_build_vendor_ext_m1(struct wps_device_data *dev, struct wpabuf *msg);
22 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg,
24 int wps_build_primary_dev_type(struct wps_device_data *dev
    [all...]
wps_dev_attr.c 16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg)
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg)
64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg)
88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg)
112 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg)
122 int wps_build_secondary_dev_type(struct wps_device_data *dev,
138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg,
158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg)
182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg)
195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg
    [all...]
wps_i.h 102 struct wps_device_data peer_dev;
207 struct wps_device_data *dev, const u8 *uuid);
wps.h 70 * struct wps_device_data - WPS Device Data
84 struct wps_device_data { struct
237 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev,
287 const struct wps_device_data *dev);
636 struct wps_device_data dev;
wps.c 492 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev,
wps_registrar.c 136 struct wps_device_data dev;
152 const struct wps_device_data *dev);
274 static void wps_device_clone_data(struct wps_device_data *dst,
275 struct wps_device_data *src)
294 struct wps_device_data *dev, const u8 *uuid)
1177 const struct wps_device_data *dev)
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 172 const struct wps_device_data *dev)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 39 milliseconds