]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add own_addr() for both Hostapd and WpaSupplicant classes
authorJouni Malinen <j@w1.fi>
Sun, 19 Oct 2014 17:55:02 +0000 (20:55 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 19 Oct 2014 19:27:37 +0000 (22:27 +0300)
commitf6420942cb18c478c4ed8c14733bcdd3bbc8f01f
tree782727a54b429325616e8114c0e56fa1bcb92caf
parent4a6cc86272ec8367d934e06d7be1c74d3ea02255
tests: Add own_addr() for both Hostapd and WpaSupplicant classes

This makes it easier to use instances of control interfaces in common
code without having to separately address hostapd and wpa_supplicant
behavior differences.

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