P2PS: Clean up intended interface address passing to p2ps_prov_complete
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 6 Aug 2015 17:43:25 +0000 (20:43 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 6 Aug 2015 17:45:15 +0000 (20:45 +0300)
commit2a098e3668fc5a3e2807e3b35f2583a6e3b94833
tree131a3fc5cee5b7fb2a5a6eceab690a3c7c10e821
parent93f22b4583e25c5e66a0176da1fbd33414894de9
P2PS: Clean up intended interface address passing to p2ps_prov_complete

Use NULL to indicate if the address is not available instead of fixed
00:00:00:00:00:00. wpas_p2ps_prov_complete() already had code for
converting NULL to that all zeros address for event messages.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/p2p/p2p_pd.c
wpa_supplicant/p2p_supplicant.c