Searched refs:uses_wps_b (Results 1 – 1 of 1) sorted by relevance
1418 int uses_wps_a, uses_wps_b; in wpa_scan_result_wps_compar() local1425 uses_wps_b = wpa_scan_get_vendor_ie(wb, WPS_IE_VENDOR_TYPE) != NULL; in wpa_scan_result_wps_compar()1426 if (uses_wps_a && !uses_wps_b) in wpa_scan_result_wps_compar()1428 if (!uses_wps_a && uses_wps_b) in wpa_scan_result_wps_compar()1431 if (uses_wps_a && uses_wps_b) { in wpa_scan_result_wps_compar()