]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Make unrecognized vendor elements available in P2P_PEER
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 4 Jul 2014 17:14:19 +0000 (20:14 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 8 Jul 2014 12:57:30 +0000 (15:57 +0300)
commit71a0e395b9619a47c07e37adaaa60ecab18bf6f9
tree696a1a0d45a57aabcb92243fc1b567b9dd849121
parent86bd36f0d5b3d359075c356d68977b4d2e7c9f71
P2P: Make unrecognized vendor elements available in P2P_PEER

This allows external programs to use vendor specific information from
P2P peers without wpa_supplicant having to be able to parse and
understand all such vendor specific elements.

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