HomeSort by relevance Sort by last modified time
    Searched refs:wps_a (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps.c 311 * @wps_a: WPS IE contents from Beacon or Probe Response frame
314 * provisioning, -1 if wps_a is considered more like, or 0 if no preference
316 int wps_ap_priority_compar(const struct wpabuf *wps_a,
322 if (wps_a == NULL || wps_parse_msg(wps_a, &attr_a) < 0)
wps.h 237 int wps_ap_priority_compar(const struct wpabuf *wps_a,
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 747 struct wpabuf *wps_a, *wps_b; local
760 wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE);
762 res = wps_ap_priority_compar(wps_a, wps_b);
763 wpabuf_free(wps_a);

Completed in 3341 milliseconds