]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Remove Label config method
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 8 Sep 2011 13:40:03 +0000 (16:40 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 8 Sep 2011 13:40:03 +0000 (16:40 +0300)
commit07fecd3915cdac99eab751606cee85a6729e578a
tree60ad2d4370107ed246851cd314113f2bc1995a62
parentd8a790b9228ca91eadc8f26faf87287c330510a1
P2P: Remove Label config method

The P2P specification (3.1.4.3) disallows use of the Label configuration
method between two P2P devices. This was previously enforced at upper
level, but the obsolete code can be removed from wpa_supplicant. This
adds a bit more strict enforcement of the policy, but should not result
in practical differences since no known P2P implementation uses Label
config method.
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_build.c
src/p2p/p2p_go_neg.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new_handlers_p2p.c
wpa_supplicant/p2p_supplicant.c