Searched refs:wps_a (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps.c352 * @wps_a: WPS IE contents from Beacon or Probe Response frame
355 * provisioning, -1 if wps_a is considered more like, or 0 if no preference
357 int wps_ap_priority_compar(const struct wpabuf *wps_a, argument
363 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0)
H A Dwps.h236 int wps_ap_priority_compar(const struct wpabuf *wps_a,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dscan.c2025 struct wpabuf *wps_a, *wps_b; local
2038 wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE);
2040 res = wps_ap_priority_compar(wps_a, wps_b);
2041 wpabuf_free(wps_a);

Completed in 108 milliseconds