Home
last modified time | relevance | path

Searched refs:wps_build_dev_name (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_dev_attr.h18 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg);
28 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg);
Dwps_dev_attr.c158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name() function
189 wps_build_dev_name(dev, msg)) in wps_build_device_attrs()
Dwps.c520 wps_build_dev_name(dev, ie) || in wps_build_probe_req_ie()
Dwps_registrar.c1352 if (wps_build_dev_name(&reg->wps->dev, beacon) || in wps_set_ie()