Searched refs:uses_wps_b (Results 1 – 1 of 1) sorted by relevance
1362 int uses_wps_a, uses_wps_b; in wpa_scan_result_wps_compar() local1369 uses_wps_b = wpa_scan_get_vendor_ie(wb, WPS_IE_VENDOR_TYPE) != NULL; in wpa_scan_result_wps_compar()1370 if (uses_wps_a && !uses_wps_b) in wpa_scan_result_wps_compar()1372 if (!uses_wps_a && uses_wps_b) in wpa_scan_result_wps_compar()1375 if (uses_wps_a && uses_wps_b) { in wpa_scan_result_wps_compar()