Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 25 of 31) sorted by relevance

12

/hostap-latest/src/utils/
Dutils_module_tests.c928 unsigned int expected; in const_time_tests() member
939 unsigned int expected; in const_time_tests() member
951 unsigned int expected; in const_time_tests() member
965 unsigned int expected; in const_time_tests() member
982 unsigned int expected; in const_time_tests() member
999 int expected; in const_time_tests() member
1014 u8 expected; in const_time_tests() member
1029 s8 expected; in const_time_tests() member
1043 u8 *expected; in const_time_tests() member
1054 int expected; in const_time_tests() member
[all …]
/hostap-latest/hostapd/
Dsae_pk_gen.c34 unsigned long long i, expected; in main() local
55 expected = 1; in main()
57 expected *= 256; in main()
117 100.0 * (double) i / (double) expected); in main()
Ddefconfig167 # subject to change and this should not be expected to interoperate with the
DREADME292 some interoperability issues can be expected even though many
/hostap-latest/tests/hwsim/
Dtest_mbo.py89 def run_mbo_supp_oper_class(dev, apdev, country, expected, inc5, argument
140 expected2 = expected.replace('808182', '8082')
144 expected3 = expected
149 if res2 != expected and res2 != expected2 and res2 != expected3 and res2 != alt_expected:
150 …xpected supp_op_class string (country=%s, 2.4 GHz): %s (expected: %s)" % (country, res2, expected))
151 … if inc5 and res5 != expected and res5 != expected2 and res5 != expected3 and res5 != alt_expected:
152 …nexpected supp_op_class string (country=%s, 5 GHz): %s (expected: %s)" % (country, res5, expected))
Dutils.py60 expected = ' '.join(['0:%s' % f for c, f in self._funcs])
61 if pending != expected:
Dtest_sae_pk.py223 for sae_pk, expected in tests:
228 if val != str(expected):
Dtest_fils.py627 expected = ''
631 expected += binascii.hexlify(hash[0:2]).decode()
635 if bss['fils_realms'] != expected:
641 expected = ''
644 expected += binascii.hexlify(hash[0:2]).decode()
645 if info != expected:
Dexample-setup.txt110 things work as expected:
DREADME26 network connection works in the expected way.
Dtest_wpas_mesh.py348 def _test_mesh_open_rssi_threshold(dev, apdev, value, expected): argument
361 if mesh_rssi_threshold != expected:
362 raise Exception("mesh_rssi_threshold should be " + str(expected) +
Dtest_dbus.py87 expected="NoMemory"): argument
92 self._expected = expected
605 expected="Error.Failed: Failed to set property"):
612 expected="UnknownError: WPS start failed"):
1058 "Scan", expected="ScanError: Scan request rejected"):
/hostap-latest/src/eap_peer/
Deap_leap.c194 expected[LEAP_RESPONSE_LEN]; in eap_leap_process_response() local
246 if (challenge_response(data->ap_challenge, pw_hash_hash, expected)) { in eap_leap_process_response()
254 if (os_memcmp_const(pos, expected, LEAP_RESPONSE_LEN) != 0) { in eap_leap_process_response()
258 expected, LEAP_RESPONSE_LEN); in eap_leap_process_response()
/hostap-latest/src/eap_server/
Deap_server_mschapv2.c294 u8 expected[24]; in eap_mschapv2_process_response() local
400 expected); in eap_mschapv2_process_response()
407 expected); in eap_mschapv2_process_response()
414 if (os_memcmp_const(nt_response, expected, 24) == 0) { in eap_mschapv2_process_response()
450 expected, 24); in eap_mschapv2_process_response()
/hostap-latest/port/mbedtls/
Dsupp_psa_api.c30 #define ASSERT_STATUS(actual, expected) \ argument
33 if ((actual) != (expected)) \
38 __FILE__, __LINE__, (psa_status_t)actual, (psa_status_t)expected); \
/hostap-latest/tests/hwsim/vm/
Dexample-vm-setup.txt89 things work as expected:
/hostap-latest/doc/
Dhostapd_ctrl_iface.doxygen63 to the control interface commands. The expected reply is \c PONG if the
Dmainpage.doxygen13 contributions to wpa_supplicant and hostapd are expected to use
Dtesting_tools.doxygen64 -n = no MPPE keys expected
Dctrl_iface.doxygen64 to the control interface commands. The expected reply is \c PONG if the
438 expected to initiate GO Negotiation). This is mainly for testing
Dp2p.doxygen10 The driver (or WLAN firmware/hardware) is expected to handle low-level
/hostap-latest/wpa_supplicant/doc/docbook/
Deapol_test.sgml170 <listitem><para>Indicates that no MPPE keys are expected.
/hostap-latest/
DCONTRIBUTIONS11 All contributions are expected to be licensed under the modified BSD
/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt148 tests indicate reason to believe something is not working as expected.
/hostap-latest/wpa_supplicant/
Ddefconfig511 # subject to change and this should not be expected to interoperate with the

12