Home
last modified time | relevance | path

Searched refs:version2 (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dwps_validate.c40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() argument
42 if (version2 == NULL) { in wps_validate_version2()
50 if (*version2 < 0x20) { in wps_validate_version2()
52 "value 0x%x", *version2); in wps_validate_version2()
1098 wps2 = attr.version2 != NULL; in wps_validate_beacon()
1110 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon()
1138 wps2 = attr.version2 != NULL; in wps_validate_beacon_probe_resp()
1162 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon_probe_resp()
1196 wps2 = attr.version2 != NULL; in wps_validate_probe_req()
1207 wps_validate_version2(attr.version2, wps2) || in wps_validate_probe_req()
[all …]
H A Dwps_module_tests.c313 if (!attr.version2 || in wps_attr_parse_tests()
H A Dwps_upnp_ap.c61 } else if (!attr.version2) { in upnp_er_set_selected_registrar()
H A Dwps_attr_parse.h17 const u8 *version2; /* 1 octet */ member
H A Dwps_enrollee.c1023 eattr.num_cred, attr->version2 != NULL)) { in wps_process_m2()
1128 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m4()
1181 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m6()
1252 attr->version2 != NULL) < 0) { in wps_process_m8()
1263 eattr.num_cred, attr->version2 != NULL) || in wps_process_m8()
1265 attr->version2 != NULL)) { in wps_process_m8()
H A Dwps.c327 if (!attr.version2 && ver1_compat) { in wps_is_addr_authorized()
408 return attr.version2 != NULL; in wps_is_20()
H A Dwps_attr_parse.c32 attr->version2 = pos; in wps_set_vendor_ext_wfa_subelem()
H A Dwps_upnp_web.c620 if (wps_parse_msg(msg, &attr) < 0 || attr.version2) { in web_process_put_wlan_response()
H A Dwps_registrar.c2853 if (wps_validate_m5_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m5()
3005 attr->version2 != NULL) < 0) { in wps_process_m7()
/freebsd/contrib/ldns/
H A Dmakewin.sh117 version2="${version}-rc$RC"
118 info "Version number: $version2"
119 replace_text "ldns/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"
120 replace_text "ldns-nonstatic/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"
121 version="$version2"
125 version2="${version}_$(date +%Y%m%d)"
126 info "Snapshot version number: $version2"
127 replace_text "ldns/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"
128 replace_text "ldns-nonstatic/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"
129 version="$version2"
/freebsd/contrib/file/magic/Magdir/
H A Dfonts118 # version2 same as version1 in struct _snfFontInfo
/freebsd/sys/cam/scsi/
H A Dscsi_all.h2327 uint8_t version2[2]; member
/freebsd/sys/cam/ctl/
H A Dctl.c10293 scsi_ulto2b(0x05C0, inq_ptr->version2); in ctl_inquiry_std()