Home
last modified time | relevance | path

Searched refs:test_params (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_fst_module.py86 def fst_start_session(apdev, test_params, bad_param_type, start_on_ap, argument
193 def fst_initiate_session(apdev, test_params, bad_param_type, init_on_ap): argument
331 def fst_transfer_session(apdev, test_params, bad_param_type, init_on_ap, argument
391 def fst_tear_down_session(apdev, test_params, bad_param_type, init_on_ap): argument
471 def fst_remove_session(apdev, test_params, remove_session_scenario, init_on_ap): argument
547 def fst_send_unexpected_frame(apdev, test_params, frame_type, send_from_ap, additional_param=''): argument
641 def fst_bad_transfer(apdev, test_params, bad_scenario_type, init_on_ap): argument
738 def test_fst_sta_connect_to_non_fst_ap(dev, apdev, test_params): argument
764 def test_fst_sta_connect_to_fst_ap(dev, apdev, test_params): argument
783 def test_fst_ap_connect_to_fst_sta(dev, apdev, test_params): argument
[all …]
Dtest_fst_config.py300 def run_test_ap_configuration(apdev, test_params, argument
308 logdir = test_params['logdir']
323 def run_test_sta_configuration(test_params, argument
331 logdir = test_params['logdir']
343 def test_fst_ap_config_llt_neg(dev, apdev, test_params): argument
345 res = run_test_ap_configuration(apdev, test_params, fst_llt='-1')
349 def test_fst_ap_config_llt_zero(dev, apdev, test_params): argument
351 res = run_test_ap_configuration(apdev, test_params, fst_llt='0')
355 def test_fst_ap_config_llt_too_big(dev, apdev, test_params): argument
357 res = run_test_ap_configuration(apdev, test_params,
[all …]
Dtest_wpas_ctrl.py1686 def test_wpas_ctrl_wait(dev, apdev, test_params): argument
1688 logfile = os.path.join(test_params['logdir'], 'wpas_ctrl_wait.log-wpas')
1689 pidfile = os.path.join(test_params['logdir'], 'wpas_ctrl_wait.pid-wpas')
1690 conffile = os.path.join(test_params['logdir'], 'wpas_ctrl_wait.conf')
1694 prg = os.path.join(test_params['logdir'],
1891 def test_wpas_ctrl_socket_full(dev, apdev, test_params): argument
Dtest_ap_eap.py7681 def test_openssl_systemwide_policy(dev, apdev, test_params): argument
7684 pidfile = os.path.join(test_params['logdir'], prefix + '.pid-wpas')
7687 run_openssl_systemwide_policy(iface, apdev, test_params)
7708 def run_openssl_systemwide_policy(iface, apdev, test_params): argument
7710 logfile = os.path.join(test_params['logdir'], prefix + '.log-wpas')
7711 pidfile = os.path.join(test_params['logdir'], prefix + '.pid-wpas')
7712 conffile = os.path.join(test_params['logdir'], prefix + '.conf')
7713 openssl_cnf = os.path.join(test_params['logdir'], prefix + '.openssl.cnf')
7725 prg = os.path.join(test_params['logdir'],
Dtest_radius.py1819 def test_radius_tls_freeradius(dev, apdev, test_params): argument
1831 '-l', test_params['prefix'] + ".freeradius"])
Dtest_ap_wps.py4119 def test_ap_wps_wpa_cli_action(dev, apdev, test_params): argument
4121 logdir = os.path.abspath(test_params['logdir'])
4143 prg = os.path.join(test_params['logdir'],