Searched defs:wps_a (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c339 * @wps_a: WPS IE contents from Beacon or Probe Response frame
342 * provisioning, -1 if wps_a is considered more like, or 0 if no preference
344 int wps_ap_priority_compar(const struct wpabuf *wps_a, argument
350 if (wps_a == NULL || wps_parse_msg(wps_a, &attr_a) < 0)
/external/wpa_supplicant_8/src/wps/
H A Dwps.c339 * @wps_a: WPS IE contents from Beacon or Probe Response frame
342 * provisioning, -1 if wps_a is considered more like, or 0 if no preference
344 int wps_ap_priority_compar(const struct wpabuf *wps_a, argument
350 if (wps_a == NULL || wps_parse_msg(wps_a, &attr_a) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c339 * @wps_a: WPS IE contents from Beacon or Probe Response frame
342 * provisioning, -1 if wps_a is considered more like, or 0 if no preference
344 int wps_ap_priority_compar(const struct wpabuf *wps_a, argument
350 if (wps_a == NULL || wps_parse_msg(wps_a, &attr_a) < 0)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c1474 struct wpabuf *wps_a, *wps_b; local
1487 wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE);
1489 res = wps_ap_priority_compar(wps_a, wps_b);
1490 wpabuf_free(wps_a);

Completed in 94 milliseconds