HomeSort by: relevance | last modified time | path
    Searched refs:wps_a (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps.c 353 * @wps_a: WPS IE contents from Beacon or Probe Response frame
356 * provisioning, -1 if wps_a is considered more like, or 0 if no preference
358 int wps_ap_priority_compar(const struct wpabuf *wps_a,
364 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0)
wps.h 242 int wps_ap_priority_compar(const struct wpabuf *wps_a,
  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.c 2493 struct wpabuf *wps_a, *wps_b; local
2506 wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE);
2508 res = wps_ap_priority_compar(wps_a, wps_b);
2509 wpabuf_free(wps_a);

Completed in 21 milliseconds