P2P: Add P2P_ASSOC_RESP to P2P vendor elements
authorAvraham Stern <avraham.stern@intel.com>
Wed, 14 Oct 2015 15:43:18 +0000 (18:43 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 16 Oct 2015 17:47:41 +0000 (20:47 +0300)
commit932267ad67e6582e08b06faff563395a105345a8
tree9dad0e325d80a1336a2be01d59dca82095fa9070
parentcf0dffd67ef365702a59ef2c6b50867d5582c6a5
P2P: Add P2P_ASSOC_RESP to P2P vendor elements

Vendor specific IEs added to frame type P2P_ASSOC_RESP are saved in
the interface context, but as they are added as part of the P2P IEs,
they need to be saved in the global P2P context.

Fix this by directing vendor specific IEs added to P2P_ASSOC_RESP
frame type to the P2P context.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
wpa_supplicant/ctrl_iface.c