D | test_ap_eap.py | 157 sha256=False, expect_failure=False, local_error_report=False, argument 164 eap_check_auth(dev, method, True, sha256=sha256, 179 def eap_check_auth(dev, method, initial, rsn=True, sha256=False, argument 245 if sha256: 257 def eap_reauth(dev, method, rsn=True, sha256=False, expect_failure=False, sha384=False): argument 259 return eap_check_auth(dev, method, False, rsn=rsn, sha256=sha256, 3624 password_hex="0123456789abcdef0123456789abcdef", sha256=True) 3625 eap_reauth(dev[0], "PSK", sha256=True) 3638 password_hex="ff23456789abcdef0123456789abcdef", sha256=True,
|