P2P: Fix wpas_p2p_nfc_auth_join()
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Thu, 7 Apr 2016 10:32:07 +0000 (13:32 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 24 Apr 2016 21:10:10 +0000 (00:10 +0300)
commit3c88d269410e30a31160dc6f813bce4277b696cf
treec1340d7043eb5345fadca56df5d731d06f0d4baa
parent597cbc0075c26ac3016c11bc84b07c8a0f3e4364
P2P: Fix wpas_p2p_nfc_auth_join()

Use the p2pdev pointer instead of the parent pointer to comply with the
flows when a dedicated P2P Device interface is used and
p2p_no_group_iface == 1 (in which case the parent of the reused
interface isn't necessary the same as p2pdev).

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
wpa_supplicant/p2p_supplicant.c