Searched refs:uses_wps_b (Results 1 – 1 of 1) sorted by relevance
1718 int uses_wps_a, uses_wps_b; in wpa_scan_result_wps_compar() local1725 uses_wps_b = wpa_scan_get_vendor_ie(wb, WPS_IE_VENDOR_TYPE) != NULL; in wpa_scan_result_wps_compar()1726 if (uses_wps_a && !uses_wps_b) in wpa_scan_result_wps_compar()1728 if (!uses_wps_a && uses_wps_b) in wpa_scan_result_wps_compar()1731 if (uses_wps_a && uses_wps_b) { in wpa_scan_result_wps_compar()