Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A 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);
H A 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()
H A Dwps.c521 wps_build_dev_name(dev, ie) || in wps_build_probe_req_ie()
H A Dwps_registrar.c1344 if (wps_build_dev_name(&reg->wps->dev, beacon) || in wps_set_ie()