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

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c355 * @wps_b: WPS IE contents from Beacon or Probe Response frame
356 * Returns: 1 if wps_b is considered more likely selection for WPS
360 const struct wpabuf *wps_b)
369 if (wps_b == NULL || wps_parse_msg(wps_b, &attr) < 0)
359 wps_ap_priority_compar(const struct wpabuf *wps_a, const struct wpabuf *wps_b) argument
/external/wpa_supplicant_8/src/wps/
H A Dwps.c355 * @wps_b: WPS IE contents from Beacon or Probe Response frame
356 * Returns: 1 if wps_b is considered more likely selection for WPS
360 const struct wpabuf *wps_b)
369 if (wps_b == NULL || wps_parse_msg(wps_b, &attr) < 0)
359 wps_ap_priority_compar(const struct wpabuf *wps_a, const struct wpabuf *wps_b) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c355 * @wps_b: WPS IE contents from Beacon or Probe Response frame
356 * Returns: 1 if wps_b is considered more likely selection for WPS
360 const struct wpabuf *wps_b)
369 if (wps_b == NULL || wps_parse_msg(wps_b, &attr) < 0)
359 wps_ap_priority_compar(const struct wpabuf *wps_a, const struct wpabuf *wps_b) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c1768 struct wpabuf *wps_a, *wps_b; local
1782 wps_b = wpa_scan_get_vendor_ie_multi(wb, WPS_IE_VENDOR_TYPE);
1783 res = wps_ap_priority_compar(wps_a, wps_b);
1785 wpabuf_free(wps_b);

Completed in 147 milliseconds