Searched refs:error_cause (Results 1 – 1 of 1) sorted by relevance
| /hostap-latest/tests/hwsim/ |
| D | test_radius.py | 413 def send_and_check_reply(srv, req, code, error_cause=0): argument 420 if error_cause: 423 if reply['Error-Cause'][0] != error_cause: 687 send_and_check_reply(srv, req, pyrad.packet.DisconnectNAK, error_cause=503) 720 send_and_check_reply(srv, req, pyrad.packet.DisconnectNAK, error_cause=508) 811 send_and_check_reply(srv, req, pyrad.packet.DisconnectNAK, error_cause=503) 920 send_and_check_reply(srv, req, pyrad.packet.CoANAK, error_cause=405)
|