Home
last modified time | relevance | path

Searched refs:VERSION_STR (Results 1 – 14 of 14) sorted by relevance

/external/mbedtls/scripts/
Doutput_env.sh51 VERSION_STR=`$BIN $ARGS 2>&1`
57 VERSION_STR=`echo "$VERSION_STR" | $FILTER`
60 if [ -z "$VERSION_STR" ]; then
61 VERSION_STR="Version could not be determined."
64 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} "
/external/openthread/third_party/mbedtls/repo/scripts/
Doutput_env.sh51 VERSION_STR=`$BIN $ARGS 2>&1`
57 VERSION_STR=`echo "$VERSION_STR" | $FILTER`
60 if [ -z "$VERSION_STR" ]; then
61 VERSION_STR="Version could not be determined."
64 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} "
/external/wmediumd/wmediumd/
DMakefile1 VERSION_STR="\"0.3.1\"" macro
50 CFLAGS+=-DVERSION_STR=$(VERSION_STR)
Dwmediumd.c1835 printf("wmediumd v%s - a wireless medium simulator\n", VERSION_STR); in print_help()
1950 "for mac80211_hwsim\n", VERSION_STR); in wmediumd_main()
/external/wpa_supplicant_8/src/common/
Dversion.h12 #define VERSION_STR "2.11-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX macro
/external/wpa_supplicant_8/hs20/server/
Dhs20_spp_server.c179 printf("hs20_spp_server v%s\n", VERSION_STR); in main()
/external/wpa_supplicant_8/hostapd/
Dmain.c472 VERSION_STR); in show_version()
Dhostapd_cli.c23 "hostapd_cli v" VERSION_STR "\n"
Dctrl_iface.c1357 res = os_snprintf(buf, buflen, "%s", VERSION_STR); in hostapd_ctrl_iface_get()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_priv.c1203 VERSION_STR); in usage()
Deapol_test.c1404 printf("eapol_test v%s\n", VERSION_STR); in main()
Dwpa_cli.c31 "wpa_cli v" VERSION_STR "\n"
Dwpa_supplicant.c75 "wpa_supplicant v" VERSION_STR "\n"
7870 wpa_printf(MSG_DEBUG, "wpa_supplicant v%s", VERSION_STR);
Dctrl_iface.c958 res = os_snprintf(buf, buflen, "%s", VERSION_STR); in wpa_supplicant_ctrl_iface_get()