]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Encode Disconnect-Request attributes in sorted order for python3
authorJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 17:27:57 +0000 (19:27 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 18:03:29 +0000 (20:03 +0200)
commit200ac5daf699a8f93d7b3991db3fc8feaf4b9ee1
tree5e367ed55c857ebad8b3519ae1834edccb44d9c5
parent55845e190b141e8e7e2d195e8d9d674bfbe13fe7
tests: Encode Disconnect-Request attributes in sorted order for python3

This is needed to fix issues with dict iteration resulting in different
order of attributes when trying to calculate Message-Authenticator
externally to pyrad.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/radius_das.py
tests/hwsim/test_radius.py