Lines Matching defs:dev

16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg)  in wps_build_manufacturer()
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name()
64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number()
88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number()
112 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type()
122 int wps_build_secondary_dev_type(struct wps_device_data *dev, in wps_build_secondary_dev_type()
138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type()
158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name()
182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs()
195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version()
205 int wps_build_vendor_ext_m1(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_vendor_ext_m1()
219 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_rf_bands()
226 int wps_build_vendor_ext(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_vendor_ext()
245 static int wps_process_manufacturer(struct wps_device_data *dev, const u8 *str, in wps_process_manufacturer()
264 static int wps_process_model_name(struct wps_device_data *dev, const u8 *str, in wps_process_model_name()
283 static int wps_process_model_number(struct wps_device_data *dev, const u8 *str, in wps_process_model_number()
302 static int wps_process_serial_number(struct wps_device_data *dev, in wps_process_serial_number()
321 static int wps_process_dev_name(struct wps_device_data *dev, const u8 *str, in wps_process_dev_name()
340 static int wps_process_primary_dev_type(struct wps_device_data *dev, in wps_process_primary_dev_type()
361 int wps_process_device_attrs(struct wps_device_data *dev, in wps_process_device_attrs()
379 int wps_process_os_version(struct wps_device_data *dev, const u8 *ver) in wps_process_os_version()
393 void wps_process_vendor_ext_m1(struct wps_device_data *dev, const u8 ext) in wps_process_vendor_ext_m1()
401 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands) in wps_process_rf_bands()
415 void wps_device_data_free(struct wps_device_data *dev) in wps_device_data_free()