tests: Fix ap_wpa2_psk_file to use own_addr
authorBen <ben.rosenfeld@intel.com>
Wed, 4 Feb 2015 09:30:27 +0000 (04:30 -0500)
committerJouni Malinen <j@w1.fi>
Thu, 5 Feb 2015 11:48:40 +0000 (13:48 +0200)
commit18945a8c8ec76de3e082a1977e5b4a48f32bd5c5
treeab796f310790582c2dafc6d90b8432f4712dd2b0
parent83e1bab022f40f78735d1cb36a1110ac5977f106
tests: Fix ap_wpa2_psk_file to use own_addr

The test used p2p_dev_addr() that can be different from own_addr()
if a dedicated P2P Device interface is used.

Signed-off-by: Ben Rosenfeld <ben.rosenfeld@intel.com>
tests/hwsim/test_ap_psk.py