Home
last modified time | relevance | path

Searched refs:wps_a (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dwps.c358 int wps_ap_priority_compar(const struct wpabuf *wps_a, in wps_ap_priority_compar() argument
364 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0) in wps_ap_priority_compar()
H A Dwps.h242 int wps_ap_priority_compar(const struct wpabuf *wps_a,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c2493 struct wpabuf *wps_a, *wps_b; in wpa_scan_result_wps_compar() local
2506 wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE); in wpa_scan_result_wps_compar()
2508 res = wps_ap_priority_compar(wps_a, wps_b); in wpa_scan_result_wps_compar()
2509 wpabuf_free(wps_a); in wpa_scan_result_wps_compar()