tests: Set MAC address in wpas_ctrl_interface_add2 test
authorAvraham Stern <avraham.stern@intel.com>
Wed, 14 Oct 2015 15:43:10 +0000 (18:43 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 16 Oct 2015 17:26:48 +0000 (20:26 +0300)
commitc5d070f2492f8f6814abc730abd6665e34bd1f73
tree8c0bc7ebfb00342aec262f4172e376fe8858fd2f
parentf487e306b976d0f2d50d584a00529c63cbfd7ba9
tests: Set MAC address in wpas_ctrl_interface_add2 test

mac80211_hwsim only supports 2 different MAC addresses.
Configurations that use a dedicated P2P Device interface already
use these 2 addresses, so adding another interface on the same
PHY results in a duplicated MAC address.

Fix this by changing the MAC address of the added interface to make
sure the new interface has a unique MAC address.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
tests/hwsim/test_wpas_ctrl.py