Searched refs:data1 (Results 1 – 5 of 5) sorted by relevance
| /hostap-latest/src/eap_common/ |
| D | eap_pax_common.c | 88 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()
|
| D | eap_pax_common.h | 85 const u8 *data1, size_t data1_len,
|
| /hostap-latest/tests/hwsim/ |
| D | test_wpas_config.py | 249 data1 = check_config(capa, config) 250 if "group=GCMP" not in data1: 269 if data1 != data2: 270 logger.debug(data1)
|
| D | test_ap_hs20.py | 3501 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/ |
| D | crypto_module_tests.c | 1178 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()
|