Home
last modified time | relevance | path

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

/hostap-3.6.0/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.py1664 def test_wpas_ctrl_wait(dev, apdev, test_params): argument
1666 logfile = os.path.join(test_params['logdir'], 'wpas_ctrl_wait.log-wpas')
1667 pidfile = os.path.join(test_params['logdir'], 'wpas_ctrl_wait.pid-wpas')
1668 conffile = os.path.join(test_params['logdir'], 'wpas_ctrl_wait.conf')
1672 prg = os.path.join(test_params['logdir'],
1871 def test_wpas_ctrl_socket_full(dev, apdev, test_params): argument
Dtest_ap_eap.py7308 def test_openssl_systemwide_policy(dev, apdev, test_params): argument
7311 pidfile = os.path.join(test_params['logdir'], prefix + '.pid-wpas')
7314 run_openssl_systemwide_policy(iface, apdev, test_params)
7335 def run_openssl_systemwide_policy(iface, apdev, test_params): argument
7337 logfile = os.path.join(test_params['logdir'], prefix + '.log-wpas')
7338 pidfile = os.path.join(test_params['logdir'], prefix + '.pid-wpas')
7339 conffile = os.path.join(test_params['logdir'], prefix + '.conf')
7340 openssl_cnf = os.path.join(test_params['logdir'], prefix + '.openssl.cnf')
7352 prg = os.path.join(test_params['logdir'],
Dtest_ap_wps.py4096 def test_ap_wps_wpa_cli_action(dev, apdev, test_params): argument
4098 logdir = os.path.abspath(test_params['logdir'])
4120 prg = os.path.join(test_params['logdir'],