Searched refs:conf_curve (Results 1 – 1 of 1) sorted by relevance
| /hostap-latest/tests/hwsim/ |
| D | test_dpp.py | 335 def run_dpp_configurator_enrollee(dev, apdev, conf_curve=None): argument 337 configurator=True, conf_curve=conf_curve, 349 run_dpp_configurator_enrollee(dev, apdev, conf_curve="prime256v1") 353 run_dpp_configurator_enrollee(dev, apdev, conf_curve="secp384r1") 357 run_dpp_configurator_enrollee(dev, apdev, conf_curve="secp521r1") 361 run_dpp_configurator_enrollee(dev, apdev, conf_curve="brainpoolP256r1") 365 run_dpp_configurator_enrollee(dev, apdev, conf_curve="brainpoolP384r1") 369 run_dpp_configurator_enrollee(dev, apdev, conf_curve="brainpoolP512r1") 431 configurator=False, conf_curve=None, argument 436 (conf_curve and "brainpool" in conf_curve) [all …]
|