Home
last modified time | relevance | path

Searched refs:data1 (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/eap_common/
Deap_pax_common.c88 const u8 *data1, size_t data1_len, in eap_pax_mac() argument
102 addr[0] = data1; in eap_pax_mac()
109 count = (data1 ? 1 : 0) + (data2 ? 1 : 0) + (data3 ? 1 : 0); in eap_pax_mac()
Deap_pax_common.h85 const u8 *data1, size_t data1_len,
/hostap-latest/tests/hwsim/
Dtest_wpas_config.py249 data1 = check_config(capa, config)
250 if "group=GCMP" not in data1:
269 if data1 != data2:
270 logger.debug(data1)
Dtest_ap_hs20.py3501 hdr, data1 = get_icon(dev[0], bssid, "w1fi_logo")
3506 if data1 != data:
3656 hdr, data1 = get_icon(dev[0], bssid, "w1fi_logo")
3661 if data1 != data:
/hostap-latest/src/crypto/
Dcrypto_module_tests.c1178 static const u8 data1[] = "what do ya want for nothing?"; variable
1366 if (sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1, in test_sha1()