Searched refs:wps_a (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps.c | 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()
|
D | wps.h | 237 int wps_ap_priority_compar(const struct wpabuf *wps_a,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps.c | 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()
|
D | wps.h | 236 int wps_ap_priority_compar(const struct wpabuf *wps_a,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
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/ |
D | scan.c | 2162 struct wpabuf *wps_a, *wps_b; in wpa_scan_result_wps_compar() local 2175 wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE); in wpa_scan_result_wps_compar() 2177 res = wps_ap_priority_compar(wps_a, wps_b); in wpa_scan_result_wps_compar() 2178 wpabuf_free(wps_a); in wpa_scan_result_wps_compar()
|