Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/wps/
HDwps_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);
HDwps_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()
HDwps.c520 wps_build_dev_name(dev, ie) || in wps_build_probe_req_ie()
HDwps_registrar.c1341 if (wps_build_dev_name(&reg->wps->dev, beacon) || in wps_set_ie()