Searched refs:wildcard (Results 26 - 27 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk76 ifneq ($(wildcard external/libnl),)
1709 ifneq ($(wildcard external/libnl),)
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_registrar.c767 "configured wildcard PIN");
779 * @uuid: UUID-E or %NULL for wildcard (any UUID)
874 * wps_registrar_invalidate_wildcard_pin - Invalidate a wildcard PIN
878 * Returns: 0 on success, -1 if not wildcard PIN is enabled
932 int wildcard = 0; local
945 /* Check for wildcard UUIDs since none of the UUID-specific
950 wpa_printf(MSG_DEBUG, "WPS: Found a wildcard "
952 wildcard = 1;
974 if (wildcard)
988 * a wildcard UUI
[all...]

Completed in 124 milliseconds

12