Searched refs:wps_a (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps.c | 352 * @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, in wps_ap_priority_compar() argument 363 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0) in wps_ap_priority_compar()
|
H A D | wps.h | 236 int wps_ap_priority_compar(const struct wpabuf *wps_a,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.c | 358 * @wps_a: WPS IE contents from Beacon or Probe Response frame 361 * provisioning, -1 if wps_a is considered more like, or 0 if no preference 363 int wps_ap_priority_compar(const struct wpabuf *wps_a, in wps_ap_priority_compar() argument 369 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0) in wps_ap_priority_compar()
|
H A D | wps.h | 237 int wps_ap_priority_compar(const struct wpabuf *wps_a,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.c | 2054 struct wpabuf *wps_a, *wps_b; in wpa_scan_result_wps_compar() local 2067 wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE); in wpa_scan_result_wps_compar() 2069 res = wps_ap_priority_compar(wps_a, wps_b); in wpa_scan_result_wps_compar() 2070 wpabuf_free(wps_a); in wpa_scan_result_wps_compar()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.c | 2214 struct wpabuf *wps_a, *wps_b; in wpa_scan_result_wps_compar() local 2227 wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE); in wpa_scan_result_wps_compar() 2229 res = wps_ap_priority_compar(wps_a, wps_b); in wpa_scan_result_wps_compar() 2230 wpabuf_free(wps_a); in wpa_scan_result_wps_compar()
|
Completed in 12 milliseconds